view platform-dataquay.pri @ 629:2ea902f89da4 with-dependencies

Use non-x86 program files path if x86 version is not found (i.e. on 32-bit Windows)
author Chris Cannam <chris.cannam@eecs.qmul.ac.uk>
date Tue, 01 Oct 2013 11:25:18 +0100
parents 31940304272f
children
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
}