test1.pro 258 B

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