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

wince*: {
testFiles.sources = tests
testFiles.path = .
DEPLOYMENT += testFiles
}