annotate config.pri.in @ 304:c837368b1faf

Remove OSC option from constructor -- call startOSCQueue() after construction if you want it. This needs to be handled this way in SV because we need to ask for network permission before opening the OSC port (that's the thing that gets the app blocked by e.g. Windows Firewall).
author Chris Cannam
date Thu, 12 Dec 2013 15:20:14 +0000
parents 70b2681665a7
children
rev   line source
Chris@209 1
Chris@209 2 CONFIG += @QMAKE_CONFIG@
Chris@198 3
Chris@198 4 DEFINES += @HAVES@
Chris@198 5
Chris@203 6 QMAKE_CC = @CC@
Chris@203 7 QMAKE_CXX = @CXX@
Chris@209 8 QMAKE_LINK = @CXX@
Chris@203 9
Chris@198 10 QMAKE_CFLAGS += @CFLAGS@
Chris@198 11 QMAKE_CXXFLAGS += @CXXFLAGS@
Chris@198 12
Chris@201 13 linux*:LIBS += -lasound
Chris@201 14
Chris@201 15 macx*:DEFINES += HAVE_QUICKTIME
Chris@209 16 macx*:LIBS += -framework QuickTime -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices
Chris@201 17
Chris@198 18 LIBS += @LIBS@
Chris@198 19