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

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