summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscriptv8testsuite/qscriptv8testsuite.pro
blob: 03e26bd61dbe3601bb4ec6e45b8555dde1cb0764 (plain)
1
2
3
4
5
6
7
8
9
10
load(qttest_p4)
QT = core script
SOURCES  += tst_qscriptv8testsuite.cpp
!symbian:DEFINES += SRCDIR=\\\"$$PWD\\\"

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