ublas/IDEs/qtcreator/test/test_triangular.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
343 B
Prolog

TEMPLATE = app
TARGET = test_triangular
include (configuration.pri)
DEFINES += \
BOOST_CHRONO_DYN_LINK=1 \
BOOST_CHRONO_THREAD_DISABLED \
BOOST_SYSTEM_DYN_LINK=1 \
BOOST_SYSTEM_NO_DEPRECATED \
BOOST_TIMER_DYN_LINK=1
SOURCES += \
../../../test/test_triangular.cpp
LIBS += -lboost_timer -lboost_system -lboost_chrono