annotate config.pri.in @ 1257:f2105c5b0b12 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 fcf08c3c2c57
children c6513cae4747
rev   line source
Chris@361 1
Chris@361 2 CONFIG += @QMAKE_CONFIG@
Chris@350 3
Chris@350 4 DEFINES += @HAVES@
Chris@350 5
Chris@355 6 QMAKE_CC = @CC@
Chris@355 7 QMAKE_CXX = @CXX@
Chris@356 8 QMAKE_LINK = @CXX@
Chris@355 9
Chris@350 10 QMAKE_CFLAGS += @CFLAGS@
Chris@350 11 QMAKE_CXXFLAGS += @CXXFLAGS@
Chris@564 12 QMAKE_LFLAGS += @LDFLAGS@
Chris@350 13
Chris@353 14 linux*:LIBS += -lasound
Chris@353 15
Chris@564 16 macx*:DEFINES += HAVE_COREAUDIO
Chris@564 17 macx*:LIBS += -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices
Chris@353 18
Chris@350 19 LIBS += @LIBS@
Chris@350 20