annotate platform-dataquay.pri @ 785:624a8864391e

Restore the old prev/next layer commands (that were never enabled because they didn't work) using the new fixed order layer list (so they now do work)
author Chris Cannam
date Tue, 02 Sep 2014 16:06:41 +0100
parents 5462ac97d28f
children b40f29144e80 096634fc3f19
rev   line source
Chris@530 1
Chris@638 2 exists(config.pri) {
Chris@638 3 include(./config.pri)
Chris@638 4 }
Chris@530 5
Chris@530 6 CONFIG += staticlib
Chris@530 7
Chris@530 8 DEFINES -= USE_REDLAND
Chris@530 9 QMAKE_CXXFLAGS -= -I/usr/include/rasqal -I/usr/include/raptor2
Chris@530 10 EXTRALIBS -= -lrdf
Chris@530 11
Chris@530 12 DEFINES += USE_SORD
Chris@572 13 # Libraries and paths should be added by config.pri
Chris@638 14
Chris@742 15 win32-g++ {
Chris@638 16 INCLUDEPATH += ../sv-dependency-builds/win32-mingw/include
Chris@638 17 LIBS += -L../../sv-dependency-builds/win32-mingw/lib
Chris@638 18 }
Chris@742 19 win32-msvc* {
Chris@742 20 INCLUDEPATH += ../sv-dependency-builds/win32-msvc/include
Chris@742 21 LIBS += -L../../sv-dependency-builds/win32-msvc/lib
Chris@742 22 }
Chris@742 23 mac* {
Chris@742 24 INCLUDEPATH += ../sv-dependency-builds/osx/include
Chris@742 25 LIBS += -L../sv-dependency-builds/osx/lib
Chris@742 26 }