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

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