dwww Home | Show directory contents | Find package

CONFIG -= qt
CONFIG += depend_includepath
win*: CONFIG += console

# ublas include directory
INCLUDEPATH += \
        ../../../../../include

QMAKE_CXXFLAGS += -fno-inline
QMAKE_CXXFLAGS += -std=c++17

# If ublas tests are build with boost source code then,
# then boost headers and boost libraries should be used.
exists(../../../../../../boost-build.jam) {
    INCLUDEPATH += ../../../../../../..
    LIBS += -L../../../../../../../stage/lib
    QMAKE_RPATHDIR += ../../../../../../../stage/lib
}

Generated by dwww version 1.15 on Thu May 23 21:00:22 CEST 2024.