Mercurial > hg > svgui
view config.pri.in @ 1211:7a19738b9762 3.0-integration
Recreate FFT model when something changes, not the next time it's requested (avoids extra work when only retrieving the model)
| author | Chris Cannam |
|---|---|
| date | Thu, 05 Jan 2017 11:10:57 +0000 |
| parents | 462e4f59c261 |
| children |
line wrap: on
line source
CONFIG += @QMAKE_CONFIG@ DEFINES += @HAVES@ QMAKE_CC = @CC@ QMAKE_CXX = @CXX@ QMAKE_LINK = @CXX@ QMAKE_CFLAGS += @CFLAGS@ QMAKE_CXXFLAGS += @CXXFLAGS@ linux*:LIBS += -lasound macx*:DEFINES += HAVE_QUICKTIME macx*:LIBS += -framework QuickTime -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices LIBS += @LIBS@
