diff config.pri.in @ 657:1bb85de8c5b9

* Add qmake config (debug or release) corresponding to configure invocation
author Chris Cannam
date Fri, 08 Oct 2010 13:30:47 +0100
parents 12578237b99c
children c10cb8782576
line wrap: on
line diff
--- a/config.pri.in	Fri Oct 08 12:05:40 2010 +0100
+++ b/config.pri.in	Fri Oct 08 13:30:47 2010 +0100
@@ -1,8 +1,11 @@
+
+CONFIG += @QMAKE_CONFIG@
 
 DEFINES += @HAVES@
 
 QMAKE_CC = @CC@
 QMAKE_CXX = @CXX@
+QMAKE_LINK = @CXX@
 
 QMAKE_CFLAGS += @CFLAGS@
 QMAKE_CXXFLAGS += @CXXFLAGS@
@@ -10,7 +13,7 @@
 linux*:LIBS += -lasound
 
 macx*:DEFINES += HAVE_QUICKTIME
-macx*:LIBS += -framework QuickTime -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox
+macx*:LIBS += -framework QuickTime -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices
 
 LIBS += @LIBS@