To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / platform-dataquay.pri
History | View | Annotate | Download (629 Bytes)
| 1 | 26:aa25c1f0cf32 | Chris | |
|---|---|---|---|
| 2 | 71:cf27275c3d57 | Chris | exists(config.pri) {
|
| 3 | include(./config.pri) |
||
| 4 | } |
||
| 5 | 26:aa25c1f0cf32 | Chris | |
| 6 | CONFIG += staticlib |
||
| 7 | |||
| 8 | DEFINES -= USE_REDLAND |
||
| 9 | QMAKE_CXXFLAGS -= -I/usr/include/rasqal -I/usr/include/raptor2 |
||
| 10 | EXTRALIBS -= -lrdf |
||
| 11 | |||
| 12 | DEFINES += USE_SORD |
||
| 13 | # Libraries and paths should be added by config.pri |
||
| 14 | 71:cf27275c3d57 | Chris | |
| 15 | win32-g++ {
|
||
| 16 | INCLUDEPATH += ../sv-dependency-builds/win32-mingw/include |
||
| 17 | LIBS += -L../../sv-dependency-builds/win32-mingw/lib |
||
| 18 | } |
||
| 19 | win32-msvc* {
|
||
| 20 | INCLUDEPATH += ../sv-dependency-builds/win32-msvc/include |
||
| 21 | LIBS += -L../../sv-dependency-builds/win32-msvc/lib |
||
| 22 | } |
||
| 23 | mac* {
|
||
| 24 | INCLUDEPATH += ../sv-dependency-builds/osx/include |
||
| 25 | LIBS += -L../sv-dependency-builds/osx/lib |
||
| 26 | } |