1TEMPLATE = app 2TARGET = test_complex_norms 3 4include (configuration.pri) 5 6HEADERS += \ 7 ../../../test/utils.hpp 8 9SOURCES += \ 10 ../../../test/test_complex_norms.cpp 11
1TEMPLATE = app 2TARGET = test_complex_norms 3 4include (configuration.pri) 5 6HEADERS += \ 7 ../../../test/utils.hpp 8 9SOURCES += \ 10 ../../../test/test_complex_norms.cpp 11