comparison data/fileio/test/test.pro @ 1206:659372323b45 tony-2.0-integration

Merge latest SV 3.0 branch code
author Chris Cannam
date Fri, 19 Aug 2016 15:58:57 +0100
parents 69c84a66727b
children 24c0d4c5356e
comparison
equal deleted inserted replaced
1136:e94719f941ba 1206:659372323b45
1 1
2 TEMPLATE = app 2 TEMPLATE = app
3
4 INCLUDEPATH += ../../../../vamp-plugin-sdk
3 5
4 LIBS += -L../../.. -L../../../../dataquay -L../../../release -L../../../../dataquay/release -lsvcore -ldataquay 6 LIBS += -L../../.. -L../../../../dataquay -L../../../release -L../../../../dataquay/release -lsvcore -ldataquay
5 7
6 win32-g++ { 8 win32-g++ {
7 INCLUDEPATH += ../../../../sv-dependency-builds/win32-mingw/include 9 INCLUDEPATH += ../../../../sv-dependency-builds/win32-mingw/include
25 CONFIG += release 27 CONFIG += release
26 DEFINES += NDEBUG BUILD_RELEASE NO_TIMING 28 DEFINES += NDEBUG BUILD_RELEASE NO_TIMING
27 29
28 DEFINES += HAVE_BZ2 HAVE_FFTW3 HAVE_FFTW3F HAVE_SNDFILE HAVE_SAMPLERATE HAVE_VAMP HAVE_VAMPHOSTSDK HAVE_DATAQUAY HAVE_LIBLO HAVE_MAD HAVE_ID3TAG HAVE_PORTAUDIO 30 DEFINES += HAVE_BZ2 HAVE_FFTW3 HAVE_FFTW3F HAVE_SNDFILE HAVE_SAMPLERATE HAVE_VAMP HAVE_VAMPHOSTSDK HAVE_DATAQUAY HAVE_LIBLO HAVE_MAD HAVE_ID3TAG HAVE_PORTAUDIO
29 31
30 LIBS += -lbz2 -lvamp-hostsdk -lfftw3 -lfftw3f -lsndfile -lFLAC -logg -lvorbis -lvorbisenc -lvorbisfile -logg -lmad -lid3tag -lportaudio -lsamplerate -lz -lsord-0 -lserd-0 32 LIBS += -lbz2 -lfftw3 -lfftw3f -lsndfile -lFLAC -logg -lvorbis -lvorbisenc -lvorbisfile -logg -lmad -lid3tag -lportaudio -lsamplerate -lz -lsord-0 -lserd-0
31 33
32 win* { 34 win* {
33 LIBS += -llo -lwinmm -lws2_32 35 LIBS += -llo -lwinmm -lws2_32
34 } 36 }
35 macx* { 37 macx* {
36 DEFINES += HAVE_COREAUDIO 38 DEFINES += HAVE_COREAUDIO
37 LIBS += -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices -framework Accelerate 39 LIBS += -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices -framework Accelerate
40 }
41 linux* {
42 LIBS += -ldl
38 } 43 }
39 } 44 }
40 45
41 CONFIG += qt thread warn_on stl rtti exceptions console c++11 46 CONFIG += qt thread warn_on stl rtti exceptions console c++11
42 QT += network xml testlib 47 QT += network xml testlib