1 TEMPLATE = app 2 TARGET = tst_qscriptengine 3 QT += testlib 4 include(../tests.pri) 5 6 SOURCES += tst_qscriptengine.cpp 7 8