To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / platform-dataquay.pri @ 71:cf27275c3d57

History | View | Annotate | Download (629 Bytes)

1

    
2
exists(config.pri) {
3
    include(./config.pri)
4
}
5

    
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

    
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
}