diff sonic-visualiser.pro @ 367:726e1c1382f3 macness

Beginnings of AppleScript querying of iTunes
author Dan Stowell <dan.stowell@eecs.qmul.ac.uk>
date Tue, 12 Oct 2010 13:04:50 +0100
parents 4e16d48c693d
children fad5611ef9db
line wrap: on
line diff
--- a/sonic-visualiser.pro	Mon Oct 11 16:55:24 2010 +0100
+++ b/sonic-visualiser.pro	Tue Oct 12 13:04:50 2010 +0100
@@ -40,6 +40,10 @@
            main/PreferencesDialog.cpp \
            main/Surveyer.cpp
 
-# for mac integration
-QMAKE_INFO_PLIST = osx/Info.plist
+mac {
+    QMAKE_INFO_PLIST = osx/Info.plist
+    
+    OBJECTIVE_SOURCES += osx/svitunes.mm
 
+    LIBS += -framework Foundation
+}