Mercurial > hg > svcore
comparison base/test/test.pro @ 945:2f6472c74399
OS/X build/deploy fixes
author | Chris Cannam |
---|---|
date | Fri, 04 Jul 2014 11:03:33 +0100 |
parents | 451f7f3ab6e7 |
children | ee9f4477f65b |
comparison
equal
deleted
inserted
replaced
944:a6bfe009523a | 945:2f6472c74399 |
---|---|
5 | 5 |
6 win32-g++ { | 6 win32-g++ { |
7 INCLUDEPATH += ../../../sv-dependency-builds/win32-mingw/include | 7 INCLUDEPATH += ../../../sv-dependency-builds/win32-mingw/include |
8 LIBS += -L../../../sv-dependency-builds/win32-mingw/lib | 8 LIBS += -L../../../sv-dependency-builds/win32-mingw/lib |
9 } | 9 } |
10 win32-msvc* { | |
11 INCLUDEPATH += ../../../sv-dependency-builds/win32-msvc/include | |
12 LIBS += -L../../../sv-dependency-builds/win32-msvc/lib | |
13 } | |
14 mac* { | |
15 INCLUDEPATH += ../../../sv-dependency-builds/osx/include | |
16 LIBS += -L../../../sv-dependency-builds/osx/lib | |
17 } | |
10 | 18 |
11 exists(../../config.pri) { | 19 exists(../../config.pri) { |
12 include(../../config.pri) | 20 include(../../config.pri) |
13 } | 21 } |
14 | 22 |
15 win* { | 23 !exists(../../config.pri) { |
16 !exists(../../config.pri) { | 24 |
17 DEFINES += HAVE_BZ2 HAVE_FFTW3 HAVE_FFTW3F HAVE_SNDFILE HAVE_SAMPLERATE HAVE_VAMP HAVE_VAMPHOSTSDK HAVE_RUBBERBAND HAVE_DATAQUAY HAVE_LIBLO HAVE_MAD HAVE_ID3TAG HAVE_PORTAUDIO_2_0 | 25 CONFIG += release |
18 LIBS += -lbz2 -lrubberband -lvamp-hostsdk -lfftw3 -lfftw3f -lsndfile -lFLAC -logg -lvorbis -lvorbisenc -lvorbisfile -logg -lmad -lid3tag -lportaudio -lsamplerate -llo -lz -lsord-0 -lserd-0 -lwinmm -lws2_32 | 26 DEFINES += NDEBUG BUILD_RELEASE NO_TIMING |
27 | |
28 DEFINES += HAVE_BZ2 HAVE_FFTW3 HAVE_FFTW3F HAVE_SNDFILE HAVE_SAMPLERATE HAVE_VAMP HAVE_VAMPHOSTSDK HAVE_RUBBERBAND HAVE_DATAQUAY HAVE_LIBLO HAVE_MAD HAVE_ID3TAG HAVE_PORTAUDIO_2_0 | |
29 | |
30 LIBS += -lbz2 -lrubberband -lvamp-hostsdk -lfftw3 -lfftw3f -lsndfile -lFLAC -logg -lvorbis -lvorbisenc -lvorbisfile -logg -lmad -lid3tag -lportaudio -lsamplerate -lz -lsord-0 -lserd-0 | |
31 | |
32 win* { | |
33 LIBS += -llo -lwinmm -lws2_32 | |
34 } | |
35 macx* { | |
36 DEFINES += HAVE_COREAUDIO | |
37 LIBS += -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices -framework Accelerate | |
19 } | 38 } |
20 } | 39 } |
21 | 40 |
22 CONFIG += qt thread warn_on stl rtti exceptions console | 41 CONFIG += qt thread warn_on stl rtti exceptions console |
23 QT += network xml testlib | 42 QT += network xml testlib |