comparison svcore.pro @ 767:33ac6d05a1a6 qt5

Add dependency build paths
author Chris Cannam <chris.cannam@eecs.qmul.ac.uk>
date Mon, 25 Mar 2013 12:19:01 +0000
parents c10cb8782576
children d97b4c23dd75
comparison
equal deleted inserted replaced
764:95d4a59295b7 767:33ac6d05a1a6
11 11
12 DEPENDPATH += . data plugin plugin/api/alsa 12 DEPENDPATH += . data plugin plugin/api/alsa
13 INCLUDEPATH += . data plugin plugin/api/alsa 13 INCLUDEPATH += . data plugin plugin/api/alsa
14 OBJECTS_DIR = o 14 OBJECTS_DIR = o
15 MOC_DIR = o 15 MOC_DIR = o
16
17 win32-g++ {
18 INCLUDEPATH += ../sv-dependency-builds/win32-mingw/include
19 }
20 win32-msvc* {
21 INCLUDEPATH += ../sv-dependency-builds/win32-msvc/include
22 }
16 23
17 # Doesn't work with this library, which contains C99 as well as C++ 24 # Doesn't work with this library, which contains C99 as well as C++
18 PRECOMPILED_HEADER = 25 PRECOMPILED_HEADER =
19 26
20 # Set up suitable platform defines for RtMidi 27 # Set up suitable platform defines for RtMidi