summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro
blob: b1ddd64e08c189594b9a629fbbbbae1b0e44610e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
load(qttest_p4)
QT = core script
SOURCES  += tst_qscriptjstestsuite.cpp

!symbian: DEFINES += SRCDIR=\\\"$$PWD\\\"

wince*|symbian: {
testFiles.files = tests
testFiles.path = .
DEPLOYMENT += testFiles
}