Mercurial > hg > sonic-annotator
view platform-dataquay.pri @ 147:1a6eab755c81 midi
Add MIDI destinations tests and fix feature writer bugs resulting from them
author | Chris Cannam |
---|---|
date | Tue, 14 Oct 2014 10:07:02 +0100 |
parents | d012c0dafa36 |
children | 3f7c65f26559 |
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 # Libraries and paths should be added by config.pri win32-g++ { INCLUDEPATH += ../sv-dependency-builds/win32-mingw/include LIBS += -L../../sv-dependency-builds/win32-mingw/lib } win32-msvc* { INCLUDEPATH += ../sv-dependency-builds/win32-msvc/include LIBS += -L../../sv-dependency-builds/win32-msvc/lib } mac* { INCLUDEPATH += ../sv-dependency-builds/osx/include LIBS += -L../sv-dependency-builds/osx/lib }