test7.pro 297 B

12345678910111213141516
  1. TEMPLATE = app
  2. TARGET = test7
  3. include (configuration.pri)
  4. DEFINES += \
  5. BOOST_UBLAS_USE_INTERVAL \
  6. $${UBLAS_TESTSET}
  7. HEADERS += ../../../test/test7.hpp
  8. SOURCES += \
  9. ../../../test/test73.cpp \
  10. ../../../test/test72.cpp \
  11. ../../../test/test71.cpp \
  12. ../../../test/test7.cpp