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

11 lines
155 B
Prolog

TEMPLATE = app
TARGET = num_columns
include (configuration.pri)
HEADERS += \
../../../test/utils.hpp
SOURCES += \
../../../test/num_columns.cpp