Mercurial > hg > tony
comparison platform-dataquay.pri @ 52:ab10f175b4cb
Win32 build stuff
author | Chris Cannam <chris.cannam@eecs.qmul.ac.uk> |
---|---|
date | Mon, 15 Jul 2013 18:40:26 +0100 |
parents | 6e01e3d64975 |
children | f7b2978d1d65 |
comparison
equal
deleted
inserted
replaced
51:6e01e3d64975 | 52:ab10f175b4cb |
---|---|
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 } |