blob: 07ffcae1c2f0c635caf10f82aaef4879a64f299e [file] [log] [blame]
CONFIG -= qt
CONFIG += depend_includepath
# ublas include directory
INCLUDEPATH += \
../../../../include
# 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
}