comparison svcore.pro @ 770:d97b4c23dd75 qt5

Dataquay path
author Chris Cannam <chris.cannam@eecs.qmul.ac.uk>
date Mon, 25 Mar 2013 15:19:43 +0000
parents 33ac6d05a1a6
children 7df8bd39d671
comparison
equal deleted inserted replaced
769:8c5b0eec6fe9 770:d97b4c23dd75
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 16
17 win32-g++ { 17 win32-g++ {
18 INCLUDEPATH += ../sv-dependency-builds/win32-mingw/include 18 INCLUDEPATH += ../sv-dependency-builds/win32-mingw/include ../dataquay
19 } 19 }
20 win32-msvc* { 20 win32-msvc* {
21 INCLUDEPATH += ../sv-dependency-builds/win32-msvc/include 21 INCLUDEPATH += ../sv-dependency-builds/win32-msvc/include ../dataquay
22 } 22 }
23 23
24 # 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++
25 PRECOMPILED_HEADER = 25 PRECOMPILED_HEADER =
26 26