1
load(qttest_p4)
2
QT = core script
3
SOURCES += tst_qscriptv8testsuite.cpp
4
!symbian:DEFINES += SRCDIR=\\\"$$PWD\\\"
5
6
wince*|symbian: {
7
testFiles.sources = tests
8
testFiles.path = .
9
DEPLOYMENT += testFiles
10
}