annotate platform-dataquay.pri @ 152:db83ea0e102d jams

Make the JSON well-formed (though still empty), except in the case where we are asked to write more than one file's features to the same output file or stdout
author Chris Cannam
date Tue, 14 Oct 2014 12:35:19 +0100
parents d012c0dafa36
children 3f7c65f26559
rev   line source
Chris@74 1
Chris@86 2 exists(./config.pri) {
Chris@86 3 include(./config.pri)
Chris@86 4 }
Chris@74 5
Chris@74 6 CONFIG += staticlib
Chris@74 7
Chris@74 8 DEFINES -= USE_REDLAND
Chris@74 9 QMAKE_CXXFLAGS -= -I/usr/include/rasqal -I/usr/include/raptor2
Chris@74 10 EXTRALIBS -= -lrdf
Chris@74 11
Chris@74 12 DEFINES += USE_SORD
Chris@133 13 # Libraries and paths should be added by config.pri
Chris@74 14
Chris@133 15 win32-g++ {
Chris@83 16 INCLUDEPATH += ../sv-dependency-builds/win32-mingw/include
Chris@83 17 LIBS += -L../../sv-dependency-builds/win32-mingw/lib
Chris@83 18 }
Chris@133 19 win32-msvc* {
Chris@133 20 INCLUDEPATH += ../sv-dependency-builds/win32-msvc/include
Chris@133 21 LIBS += -L../../sv-dependency-builds/win32-msvc/lib
Chris@133 22 }
Chris@133 23 mac* {
Chris@133 24 INCLUDEPATH += ../sv-dependency-builds/osx/include
Chris@133 25 LIBS += -L../sv-dependency-builds/osx/lib
Chris@133 26 }