changeset 567:dacc6c62e7ca

* Add QuickTime if on Mac
author Chris Cannam
date Thu, 23 Sep 2010 11:37:56 +0100
parents 8c3f66fa574f
children a8e145ea726b
files config.pri.in
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/config.pri.in	Wed Sep 22 12:28:37 2010 +0100
+++ b/config.pri.in	Thu Sep 23 11:37:56 2010 +0100
@@ -4,5 +4,10 @@
 QMAKE_CFLAGS += @CFLAGS@
 QMAKE_CXXFLAGS += @CXXFLAGS@
 
+linux*:LIBS += -lasound
+
+macx*:DEFINES += HAVE_QUICKTIME
+macx*:LIBS += -framework QuickTime -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox
+
 LIBS += @LIBS@