ublas/IDEs/qtcreator/test/test7.pro
Joaquim Duran cd68a7c7e8 Fixed path name in benchmarks/configuration.pri file (using qmake 5.4).
Removed '!' (test for command failure) before 'include' commands.
2015-04-12 02:03:42 +02:00

17 lines
297 B
Prolog

TEMPLATE = app
TARGET = test7
include (configuration.pri)
DEFINES += \
BOOST_UBLAS_USE_INTERVAL \
$${UBLAS_TESTSET}
HEADERS += ../../../test/test7.hpp
SOURCES += \
../../../test/test73.cpp \
../../../test/test72.cpp \
../../../test/test71.cpp \
../../../test/test7.cpp