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