comparison svcore.pro @ 808:67003fb58ba4

Merge from branch "qt5". This revision actually builds with Qt4 (late releases) or Qt5, though it will warn on configure with Qt4.
author Chris Cannam
date Tue, 14 May 2013 12:36:05 +0100
parents c724b148576d
children f85050b6f522
comparison
equal deleted inserted replaced
798:fea591a66e5d 808:67003fb58ba4
1 1
2 TEMPLATE = lib 2 TEMPLATE = lib
3 3
4 include(config.pri) 4 exists(config.pri) {
5 include(config.pri)
6 }
7 win* {
8 !exists(config.pri) {
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
10 }
11 }
5 12
6 CONFIG += staticlib qt thread warn_on stl rtti exceptions 13 CONFIG += staticlib qt thread warn_on stl rtti exceptions
7 QT += network xml 14 QT += network xml
8 QT -= gui 15 QT -= gui
9 16
10 TARGET = svcore 17 TARGET = svcore
11 18
12 DEPENDPATH += . data plugin plugin/api/alsa 19 DEPENDPATH += . data plugin plugin/api/alsa
13 INCLUDEPATH += . data plugin plugin/api/alsa 20 INCLUDEPATH += . data plugin plugin/api/alsa ../dataquay
14 OBJECTS_DIR = o 21 OBJECTS_DIR = o
15 MOC_DIR = o 22 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 }
16 30
17 # Doesn't work with this library, which contains C99 as well as C++ 31 # Doesn't work with this library, which contains C99 as well as C++
18 PRECOMPILED_HEADER = 32 PRECOMPILED_HEADER =
19 33
20 # Set up suitable platform defines for RtMidi 34 # Set up suitable platform defines for RtMidi