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