annotate config.pri.in @ 859:13803edd513d tonioni

Use a settings setting for flexi/non-flexi determination -- this may not be the right thing in the long run but it's simpler and easier than passing through a random value that doesn't actually come from anywhere
author Chris Cannam
date Wed, 04 Dec 2013 19:30:02 +0000
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