ublas/IDEs/qtcreator/test/test6.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

14 lines
227 B
Prolog

TEMPLATE = app
TARGET = test6
include (configuration.pri)
DEFINES += $$UBLAS_TESTSET
HEADERS += ../../../test/test6.hpp
SOURCES += \
../../../test/test63.cpp \
../../../test/test62.cpp \
../../../test/test6.cpp