summaryrefslogtreecommitdiffstats
path: root/Source/JavaScriptCore/qt/benchmarks/qscriptengine/qscriptengine.pro
blob: e94137d157631617841f5d1f50989c748d22e66d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = app
TARGET = tst_bench_qscriptengine

SOURCES += tst_qscriptengine.cpp

QT += testlib

include(../benchmarks.pri)

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