Mercurial > hg > sonic-annotator
comparison runner.pro @ 83:e3b4bac5b114
Add sv-dependency-builds subdir for dependencies (may or may not exist)
author | Chris Cannam |
---|---|
date | Thu, 09 May 2013 10:34:52 +0100 |
parents | 2ec785054483 |
children | dcd7abe066d5 |
comparison
equal
deleted
inserted
replaced
82:03f33b0cbcfd | 83:e3b4bac5b114 |
---|---|
1 TEMPLATE = app | 1 TEMPLATE = app |
2 | 2 |
3 include(config.pri) | 3 win32-g++ { |
4 INCLUDEPATH += sv-dependency-builds/win32-mingw/include | |
5 LIBS += -Lsv-dependency-builds/win32-mingw/lib | |
6 } | |
7 win32-msvc* { | |
8 INCLUDEPATH += sv-dependency-builds/win32-msvc/include | |
9 LIBS += -Lsv-dependency-builds/win32-msvc/lib | |
10 } | |
11 | |
12 exists(config.pri) { | |
13 include(config.pri) | |
14 } | |
15 win* { | |
16 !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 | |
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 | |
19 } | |
20 } | |
4 | 21 |
5 CONFIG += qt thread warn_on stl rtti exceptions console | 22 CONFIG += qt thread warn_on stl rtti exceptions console |
6 QT += xml network | 23 QT += xml network |
7 QT -= gui widgets | 24 QT -= gui widgets |
8 | 25 |