view platform-dataquay.pri @ 945:5bd112c5d510 osx-retina

Painting off-cache means we shouldn't use proxy (we aren't scaling.. yet)
author Chris Cannam
date Mon, 20 Apr 2015 15:59:03 +0100
parents 68e3d89a88c8
children 65b8c009a9f2
line wrap: on
line source

exists(config.pri) {
    include(./config.pri)
}

CONFIG += staticlib c++11

DEFINES -= USE_REDLAND
QMAKE_CXXFLAGS -= -I/usr/include/rasqal -I/usr/include/raptor2
QMAKE_CXXFLAGS -= -Werror
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
}