2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-01-26 19:12:12 +00:00
Files
ublas/IDEs/qtcreator/test/triangular_access.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

13 lines
202 B
Prolog

TEMPLATE = app
TARGET = triangular_access
include (configuration.pri)
DEFINES += NOMESSAGES
HEADERS += \
../../../test/common/testhelper.hpp
SOURCES += \
../../../test/triangular_access.cpp