]> git.saurik.com Git - apple/javascriptcore.git/blob - qt/benchmarks/qscriptengine/qscriptengine.pro
e94137d157631617841f5d1f50989c748d22e66d
[apple/javascriptcore.git] / qt / benchmarks / qscriptengine / qscriptengine.pro
1 TEMPLATE = app
2 TARGET = tst_bench_qscriptengine
3
4 SOURCES += tst_qscriptengine.cpp
5
6 QT += testlib
7
8 include(../benchmarks.pri)
9
10 symbian* {
11 TARGET.EPOCHEAPSIZE = 0x20000 0x2000000 // Min 128kB, Max 32MB
12 TARGET.EPOCSTACKSIZE = 0x14000
13 }