changeset 76:d6d2a76f39e7 qt5

OS/X: remove QuickTime, add LDFLAGS from configure args if present
author Chris Cannam
date Tue, 07 May 2013 15:54:42 +0100
parents 2633976fbef5
children adce5f7e2917
files config.pri.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/config.pri.in	Tue Apr 30 17:12:21 2013 +0100
+++ b/config.pri.in	Tue May 07 15:54:42 2013 +0100
@@ -9,11 +9,11 @@
 
 QMAKE_CFLAGS += @CFLAGS@
 QMAKE_CXXFLAGS += @CXXFLAGS@
+QMAKE_LFLAGS += @LDFLAGS@
 
 linux*:LIBS += -lasound
 
-macx*:DEFINES += HAVE_QUICKTIME
-macx*:LIBS += -framework QuickTime -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices
+macx*:LIBS += -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices
 
 LIBS += @LIBS@