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