summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscriptengine/qscriptengine.pro
blob: cf3ced33eaa75a59d7c3c7511a07f4893660354a (plain)
1
2
3
4
5
6
7
8
9
10
load(qttest_p4)
QT += script
SOURCES += tst_qscriptengine.cpp 

wince*: {
   addFiles.sources = script
   addFiles.path = .
   DEPLOYMENT += addFiles
}