Chris@530: Chris@638: exists(config.pri) { Chris@638: include(./config.pri) Chris@638: } Chris@530: Chris@530: CONFIG += staticlib Chris@530: Chris@530: DEFINES -= USE_REDLAND Chris@530: QMAKE_CXXFLAGS -= -I/usr/include/rasqal -I/usr/include/raptor2 Chris@530: EXTRALIBS -= -lrdf Chris@530: Chris@530: DEFINES += USE_SORD Chris@572: # Libraries and paths should be added by config.pri Chris@638: Chris@638: win32-g++: { Chris@638: INCLUDEPATH += ../sv-dependency-builds/win32-mingw/include Chris@638: LIBS += -L../../sv-dependency-builds/win32-mingw/lib Chris@638: } Chris@638: