annotate config.pri.in @ 1133:e994747fb9dd tony-2.0-integration

Adjust model update during recording or writing a new wave file. Formerly we were using the model's completion percentage to indicate write proportion and completion -- that's not a good idea because some layers will reasonably avoid rendering at all until a model reaches 100% completion (it's supposed to report only progress on the initial model generation, and the model shouldn't change during completion updates).
author Chris Cannam
date Tue, 13 Oct 2015 14:26:40 +0100
parents c724b148576d
children 79f7af8873c9
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@651 13 linux*:LIBS += -lasound
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