comparison sonic-visualiser.pro @ 381:fad5611ef9db macness

Encapsulate itunes-remote functionality into class ITunesSVRemote. Provides context for playback sync etc
author Dan Stowell <dan.stowell@eecs.qmul.ac.uk>
date Mon, 18 Oct 2010 13:59:08 +0100
parents 726e1c1382f3
children
comparison
equal deleted inserted replaced
380:7298621f1192 381:fad5611ef9db
41 main/Surveyer.cpp 41 main/Surveyer.cpp
42 42
43 mac { 43 mac {
44 QMAKE_INFO_PLIST = osx/Info.plist 44 QMAKE_INFO_PLIST = osx/Info.plist
45 45
46 HEADERS += osx/svitunes.h
46 OBJECTIVE_SOURCES += osx/svitunes.mm 47 OBJECTIVE_SOURCES += osx/svitunes.mm
47 48
48 LIBS += -framework Foundation 49 LIBS += -framework Foundation
49 } 50 }