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