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