annotate 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
rev   line source
chris@533 1
chris@533 2 exists(config.pri) {
chris@533 3 include(./config.pri)
chris@533 4 }
chris@533 5
chris@533 6 CONFIG += staticlib
chris@533 7
chris@533 8 DEFINES -= USE_REDLAND
chris@533 9 QMAKE_CXXFLAGS -= -I/usr/include/rasqal -I/usr/include/raptor2
chris@533 10 EXTRALIBS -= -lrdf
chris@533 11
chris@533 12 DEFINES += USE_SORD
Chris@578 13 # Libraries and paths should be added by config.pri
chris@533 14
chris@533 15 win32-g++: {
chris@533 16 INCLUDEPATH += ../sv-dependency-builds/win32-mingw/include
chris@533 17 LIBS += -L../../sv-dependency-builds/win32-mingw/lib
chris@533 18 }