]> git.saurik.com Git - apple/javascriptcore.git/blob - qt/benchmarks/qscriptengine/qscriptengine.pro
JavaScriptCore-903.5.tar.gz
[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 }