diff config.pri.in @ 747:523e97d0f6eb

Merge from branch "coreaudio_tests"
author Chris Cannam
date Mon, 03 Sep 2012 11:06:50 +0100
parents c10cb8782576
children dc20458f6f85
line wrap: on
line diff
--- a/config.pri.in	Tue Aug 21 13:29:13 2012 +0100
+++ b/config.pri.in	Mon Sep 03 11:06:50 2012 +0100
@@ -1,4 +1,3 @@
-
 CONFIG += @QMAKE_CONFIG@
 
 DEFINES += @HAVES@
@@ -12,8 +11,8 @@
 
 linux*:LIBS += -lasound
 
-macx*:DEFINES += HAVE_QUICKTIME
-macx*:LIBS += -framework QuickTime -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices
+macx*:DEFINES += HAVE_COREAUDIO
+macx*:LIBS += -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices
 
 LIBS += @LIBS@