summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro
blob: 06b861efe6d015f7be9fce204cb9904376d6b0b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
load(qttest_p4)
QT = core script
SOURCES  += tst_qscriptjstestsuite.cpp
symbian {
	TARGET.EPOCHEAPSIZE = 0x020000 0xA00000
} else {
	DEFINES += SRCDIR=\\\"$$PWD\\\"
}
wince*|symbian*: {
testFiles.sources = tests
testFiles.path = .
DEPLOYMENT += testFiles
}