Mercurial > hg > sonic-visualiser
comparison platform-dataquay.pri @ 638:4108f52129d3
Add dependency paths, include config only if it exists (from with-dependencies branch)
author | Chris Cannam |
---|---|
date | Tue, 05 Nov 2013 11:04:47 +0000 |
parents | deabb09d994b |
children | 5462ac97d28f |
comparison
equal
deleted
inserted
replaced
632:2b5be7b71f88 | 638:4108f52129d3 |
---|---|
1 | 1 |
2 include(./config.pri) | 2 exists(config.pri) { |
3 include(./config.pri) | |
4 } | |
3 | 5 |
4 CONFIG += staticlib | 6 CONFIG += staticlib |
5 | 7 |
6 DEFINES -= USE_REDLAND | 8 DEFINES -= USE_REDLAND |
7 QMAKE_CXXFLAGS -= -I/usr/include/rasqal -I/usr/include/raptor2 | 9 QMAKE_CXXFLAGS -= -I/usr/include/rasqal -I/usr/include/raptor2 |
8 EXTRALIBS -= -lrdf | 10 EXTRALIBS -= -lrdf |
9 | 11 |
10 DEFINES += USE_SORD | 12 DEFINES += USE_SORD |
11 # Libraries and paths should be added by config.pri | 13 # Libraries and paths should be added by config.pri |
14 | |
15 win32-g++: { | |
16 INCLUDEPATH += ../sv-dependency-builds/win32-mingw/include | |
17 LIBS += -L../../sv-dependency-builds/win32-mingw/lib | |
18 } | |
19 |