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