summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro
blob: 07a4672d36443d6a4bbd1b21d19138db3f3bd007 (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.sources = tests
testFiles.path = .
DEPLOYMENT += testFiles
}