summaryrefslogtreecommitdiff
path: root/tests/benchmarks/script/qscriptengine/qscriptengine.pro
blob: d8155f3a795872bc8ff2cecebb825eee8acf88d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CONFIG += testcase
TEMPLATE = app
TARGET = tst_bench_qscriptengine

SOURCES += tst_qscriptengine.cpp

QT += script testlib

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