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

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

symbian: {
   TARGET.EPOCHEAPSIZE="0x100000 0x1000000 // Min 1Mb, max 16Mb"
}