summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/script/qscriptengine/qscriptengine.pro
blob: df6dbb31bc1e7e117d6a5405df1c5c3552c61a43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
load(qttest_p4)
TEMPLATE = app
TARGET = tst_qscriptengine

SOURCES += tst_qscriptengine.cpp

QT += script

symbian* {
    TARGET.EPOCHEAPSIZE  = 0x20000 0x2000000 // Min 128kB, Max 32MB
    TARGET.EPOCSTACKSIZE = 0x14000
}