view platform-dataquay.pri @ 578:31940304272f with-dependencies

Merge from default branch
author Chris Cannam
date Thu, 16 May 2013 14:35:31 +0100
parents 73a04e749675 deabb09d994b
children
line wrap: on
line source

exists(config.pri) {
    include(./config.pri)
}

CONFIG += staticlib

DEFINES -= USE_REDLAND
QMAKE_CXXFLAGS -= -I/usr/include/rasqal -I/usr/include/raptor2
EXTRALIBS -= -lrdf

DEFINES += USE_SORD
# Libraries and paths should be added by config.pri

win32-g++: {
    INCLUDEPATH += ../sv-dependency-builds/win32-mingw/include
    LIBS += -L../../sv-dependency-builds/win32-mingw/lib
}