Mercurial > hg > sonic-annotator
comparison runner.pro @ 133:d012c0dafa36
OS/X build using sv-dependency-builds
author | Chris Cannam |
---|---|
date | Thu, 09 Oct 2014 14:48:43 +0100 |
parents | 7b60603966cf |
children | 2260947be4aa |
comparison
equal
deleted
inserted
replaced
128:c24270fc6635 | 133:d012c0dafa36 |
---|---|
6 } | 6 } |
7 win32-msvc* { | 7 win32-msvc* { |
8 INCLUDEPATH += sv-dependency-builds/win32-msvc/include | 8 INCLUDEPATH += sv-dependency-builds/win32-msvc/include |
9 LIBS += -Lsv-dependency-builds/win32-msvc/lib | 9 LIBS += -Lsv-dependency-builds/win32-msvc/lib |
10 } | 10 } |
11 mac* { | |
12 INCLUDEPATH += sv-dependency-builds/osx/include | |
13 LIBS += -L../vamp-plugin-sdk -Lsv-dependency-builds/osx/lib | |
14 } | |
11 | 15 |
12 exists(config.pri) { | 16 exists(config.pri) { |
13 include(config.pri) | 17 include(config.pri) |
14 } | 18 } |
15 win* { | 19 |
16 !exists(config.pri) { | 20 !exists(config.pri) { |
17 DEFINES += HAVE_BZ2 HAVE_FFTW3 HAVE_FFTW3F HAVE_SNDFILE HAVE_SAMPLERATE HAVE_VAMP HAVE_VAMPHOSTSDK HAVE_DATAQUAY HAVE_MAD HAVE_ID3TAG | 21 |
18 LIBS += -lbz2 -lvamp-hostsdk -lfftw3 -lfftw3f -lsndfile -lFLAC -logg -lvorbis -lvorbisenc -lvorbisfile -logg -lmad -lid3tag -lsamplerate -lz -lsord-0 -lserd-0 -lwinmm -lws2_32 | 22 CONFIG += release |
23 DEFINES += NDEBUG BUILD_RELEASE NO_TIMING | |
24 | |
25 DEFINES += HAVE_BZ2 HAVE_FFTW3 HAVE_FFTW3F HAVE_SNDFILE HAVE_SAMPLERATE HAVE_VAMP HAVE_VAMPHOSTSDK HAVE_DATAQUAY HAVE_MAD HAVE_ID3TAG | |
26 | |
27 LIBS += -lbz2 -lvamp-hostsdk -lfftw3 -lfftw3f -lsndfile -lFLAC -logg -lvorbis -lvorbisenc -lvorbisfile -logg -lmad -lid3tag -lsamplerate -lz -lsord-0 -lserd-0 | |
28 | |
29 win* { | |
30 LIBS += -lwinmm -lws2_32 | |
31 } | |
32 macx* { | |
33 DEFINES += HAVE_COREAUDIO | |
34 LIBS += -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices -framework Accelerate | |
19 } | 35 } |
20 } | 36 } |
21 | 37 |
22 CONFIG += qt thread warn_on stl rtti exceptions console | 38 CONFIG += qt thread warn_on stl rtti exceptions console |
23 QT += xml network | 39 QT += xml network |