annotate config.pri.in @ 1211:5a1198083d9a piper

Pull out model creation into the transformer thread run(), so that all communications with the plugin server happen on a single thread. Then make the model accessor wait for them to be created (which still happens right at the start of processing) before returning.
author Chris Cannam
date Mon, 17 Oct 2016 14:18:23 +0100
parents 79f7af8873c9
children
rev   line source
Chris@657 1 CONFIG += @QMAKE_CONFIG@
Chris@636 2
Chris@795 3 DEFINES += @HAVES@ HAVE_DATAQUAY
Chris@636 4
Chris@652 5 QMAKE_CC = @CC@
Chris@652 6 QMAKE_CXX = @CXX@
Chris@657 7 QMAKE_LINK = @CXX@
Chris@652 8
Chris@636 9 QMAKE_CFLAGS += @CFLAGS@
Chris@796 10 QMAKE_CXXFLAGS += @CXXFLAGS@
Chris@796 11 QMAKE_LFLAGS += @LDFLAGS@
Chris@636 12
Chris@1177 13 linux*:LIBS += -lasound -ldl
Chris@651 14
Chris@795 15 macx*:DEFINES += HAVE_COREAUDIO MACOSX_DEPLOYMENT_TARGET=1060
Chris@795 16
Chris@742 17 macx*:LIBS += -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices
Chris@650 18
Chris@637 19 LIBS += @LIBS@
Chris@637 20