Archived
We then avoid recompiling every time. Exceptions: - tst_parser requires a recursion limit set - tst_cpp #includes so that the sources are compiled as C++ Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
6 lines
105 B
Prolog
6 lines
105 B
Prolog
CONFIG += testcase parallel_test c++11
|
|
QT = core testlib
|
|
|
|
SOURCES = tst_cpp.cpp
|
|
INCLUDEPATH += ../../src
|