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