comparison svcore.pro @ 869:8e22795fe30b tonioni

Use sv-dependency-builds on OS/X as well if no config.pri
author Chris Cannam
date Thu, 09 Jan 2014 09:18:05 +0000
parents f700ea718d52
children 284851a784fa
comparison
equal deleted inserted replaced
868:fe4772d11386 869:8e22795fe30b
2 TEMPLATE = lib 2 TEMPLATE = lib
3 3
4 exists(config.pri) { 4 exists(config.pri) {
5 include(config.pri) 5 include(config.pri)
6 } 6 }
7 win* { 7 !exists(config.pri) {
8 !exists(config.pri) { 8 win32-g++ {
9 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 9 INCLUDEPATH += ../sv-dependency-builds/win32-mingw/include
10 LIBS += -L../sv-dependency-builds/win32-mingw/lib
10 } 11 }
12 win32-msvc* {
13 INCLUDEPATH += ../sv-dependency-builds/win32-msvc/include
14 LIBS += -L../sv-dependency-builds/win32-msvc/lib
15 }
16 macx* {
17 INCLUDEPATH += ../sv-dependency-builds/osx/include
18 LIBS += -L../sv-dependency-builds/osx/lib
19 }
20
21 DEFINES += HAVE_BZ2 HAVE_FFTW3 HAVE_FFTW3F HAVE_SNDFILE HAVE_SAMPLERATE HAVE_VAMP HAVE_VAMPHOSTSDK HAVE_RUBBERBAND HAVE_LIBLO HAVE_MAD HAVE_ID3TAG
11 } 22 }
12 23
13 CONFIG += staticlib qt thread warn_on stl rtti exceptions 24 CONFIG += staticlib qt thread warn_on stl rtti exceptions
14 QT += network xml 25 QT += network xml
15 QT -= gui 26 QT -= gui
18 29
19 DEPENDPATH += . data plugin plugin/api/alsa 30 DEPENDPATH += . data plugin plugin/api/alsa
20 INCLUDEPATH += . data plugin plugin/api/alsa ../dataquay 31 INCLUDEPATH += . data plugin plugin/api/alsa ../dataquay
21 OBJECTS_DIR = o 32 OBJECTS_DIR = o
22 MOC_DIR = o 33 MOC_DIR = o
23
24 win32-g++ {
25 INCLUDEPATH += ../sv-dependency-builds/win32-mingw/include
26 }
27 win32-msvc* {
28 INCLUDEPATH += ../sv-dependency-builds/win32-msvc/include
29 }
30 34
31 # Doesn't work with this library, which contains C99 as well as C++ 35 # Doesn't work with this library, which contains C99 as well as C++
32 PRECOMPILED_HEADER = 36 PRECOMPILED_HEADER =
33 37
34 # Set up suitable platform defines for RtMidi 38 # Set up suitable platform defines for RtMidi