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