Mercurial > hg > sonic-visualiser
view config.pri.in @ 534:8d0d4ae4b592 with-dependencies
Build dataquay lib only (don't try to build tests when building as subrepo, as linking them may be fiddly)
author | Chris Cannam <chris.cannam@eecs.qmul.ac.uk> |
---|---|
date | Mon, 25 Mar 2013 15:16:47 +0000 |
parents | 101f05420cba |
children | fcf08c3c2c57 |
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@