summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro
blob: 69ded3f213c2a360ddad944de44a49cbb318c557 (plain)
1
2
3
4
5
6
7
8
9
10
11
load(qttest_p4)
QT = core script
SOURCES  += tst_qscriptjstestsuite.cpp
symbian:TARGET.EPOCHEAPSIZE = 0x020000 0xA00000
wince*|symbian*: {
testFiles.sources = tests
testFiles.path = .
DEPLOYMENT += testFiles
}