diff options
Diffstat (limited to 'tests/benchmarks/script/v8/v8.pro')
-rw-r--r-- | tests/benchmarks/script/v8/v8.pro | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/benchmarks/script/v8/v8.pro b/tests/benchmarks/script/v8/v8.pro new file mode 100644 index 0000000..547eecc --- /dev/null +++ b/tests/benchmarks/script/v8/v8.pro @@ -0,0 +1,12 @@ +load(qttest_p4) +TEMPLATE = app +TARGET = tst_bench_v8 +RESOURCES += v8.qrc +SOURCES += tst_v8.cpp + +QT = core script + +symbian* { + TARGET.EPOCHEAPSIZE = 0x20000 0x2000000 // Min 128kB, Max 32MB + TARGET.EPOCSTACKSIZE = 0x14000 +} |