test2.pro 258 B

1234567891011121314
  1. TEMPLATE = app
  2. TARGET = test2
  3. include (configuration.pri)
  4. DEFINES += $$UBLAS_TESTSET
  5. HEADERS += ../../../test/test2.hpp
  6. SOURCES += \
  7. ../../../test/test23.cpp \
  8. ../../../test/test22.cpp \
  9. ../../../test/test21.cpp \
  10. ../../../test/test2.cpp