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

SOURCES += tst_qscriptengine.cpp

QT += script

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