Mercurial > hg > svcore
comparison svcore.pro @ 796:c724b148576d qt5
Add dataquay
author | Chris Cannam |
---|---|
date | Tue, 07 May 2013 16:54:36 +0100 |
parents | 7df8bd39d671 |
children | f85050b6f522 |
comparison
equal
deleted
inserted
replaced
795:dc20458f6f85 | 796:c724b148576d |
---|---|
15 QT -= gui | 15 QT -= gui |
16 | 16 |
17 TARGET = svcore | 17 TARGET = svcore |
18 | 18 |
19 DEPENDPATH += . data plugin plugin/api/alsa | 19 DEPENDPATH += . data plugin plugin/api/alsa |
20 INCLUDEPATH += . data plugin plugin/api/alsa | 20 INCLUDEPATH += . data plugin plugin/api/alsa ../dataquay |
21 OBJECTS_DIR = o | 21 OBJECTS_DIR = o |
22 MOC_DIR = o | 22 MOC_DIR = o |
23 | 23 |
24 win32-g++ { | 24 win32-g++ { |
25 INCLUDEPATH += ../sv-dependency-builds/win32-mingw/include ../dataquay | 25 INCLUDEPATH += ../sv-dependency-builds/win32-mingw/include |
26 } | 26 } |
27 win32-msvc* { | 27 win32-msvc* { |
28 INCLUDEPATH += ../sv-dependency-builds/win32-msvc/include ../dataquay | 28 INCLUDEPATH += ../sv-dependency-builds/win32-msvc/include |
29 } | 29 } |
30 | 30 |
31 # 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++ |
32 PRECOMPILED_HEADER = | 32 PRECOMPILED_HEADER = |
33 | 33 |