Mercurial > hg > sonic-annotator
view platform-dataquay.pri @ 121:5200446bbc6b test-reorg
Check for multiple transforms. But one of these tests fails, so we'd better go back to development branch and sort out why!
author | Chris Cannam |
---|---|
date | Wed, 08 Oct 2014 15:38:34 +0100 |
parents | 318e2f177ed5 |
children | d012c0dafa36 |
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 QMAKE_CXXFLAGS += -I/usr/local/include/sord-0 -I/usr/local/include/serd-0 -I/usr/include/sord-0 -I/usr/include/serd-0 EXTRALIBS += -lsord-0 -lserd-0 win32-g++: { INCLUDEPATH += ../sv-dependency-builds/win32-mingw/include LIBS += -L../../sv-dependency-builds/win32-mingw/lib }