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

TEMPLATE = app
TARGET = concepts
include (configuration.pri)
DEFINES += \
EXTERNAL
# INTERAL
# SKIP_BAD
linux: icc: QMAKE_CXXFLAGS += -Xc
macx: QMAKE_CXXFLAGS += -fabi-version=0
SOURCES += \
../../../test/concepts.cpp