comparison 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
comparison
equal deleted inserted replaced
366:d0c5831d6528 367:726e1c1382f3
38 main/OSCHandler.cpp \ 38 main/OSCHandler.cpp \
39 main/MainWindow.cpp \ 39 main/MainWindow.cpp \
40 main/PreferencesDialog.cpp \ 40 main/PreferencesDialog.cpp \
41 main/Surveyer.cpp 41 main/Surveyer.cpp
42 42
43 # for mac integration 43 mac {
44 QMAKE_INFO_PLIST = osx/Info.plist 44 QMAKE_INFO_PLIST = osx/Info.plist
45
46 OBJECTIVE_SOURCES += osx/svitunes.mm
45 47
48 LIBS += -framework Foundation
49 }