• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1TEMPLATE = app
2TARGET = test2
3
4include (configuration.pri)
5
6DEFINES += $$UBLAS_TESTSET
7
8HEADERS += ../../../test/test2.hpp
9
10SOURCES += \
11    ../../../test/test23.cpp \
12    ../../../test/test22.cpp \
13    ../../../test/test21.cpp \
14    ../../../test/test2.cpp
15