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