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