Mercurial > hg > tony
view platform-dataquay.pri @ 300:38a5663f773f
Rework menu entries & shortcuts: left/right now move the playhead a fixed amount, ctrl+left/right still move it note-by-note, and now alt+left/right scroll without moving playhead
author | Chris Cannam |
---|---|
date | Thu, 12 Jun 2014 14:24:48 +0100 |
parents | 2a66576d3d4e |
children | ffd1a89a68fa |
line wrap: on
line source
exists(config.pri) { include(./config.pri) } !exists(config.pri) { CONFIG += release 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 } macx* { INCLUDEPATH += ../sv-dependency-builds/osx/include LIBS += -L../sv-dependency-builds/osx/lib } } 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