summaryrefslogtreecommitdiff
path: root/tests/auto/qscriptengine/qscriptengine.pro
blob: 39484bd5cd70f9e88af425cb32b69bf2d4d0a928 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
load(qttest_p4)
QT = core gui 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"
}