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

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