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

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

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