diff options
Diffstat (limited to 'tests/benchmarks/script/v8/v8.pro')
-rw-r--r-- | tests/benchmarks/script/v8/v8.pro | 20 |
1 files changed, 20 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..e55fd7f --- /dev/null +++ b/tests/benchmarks/script/v8/v8.pro @@ -0,0 +1,20 @@ +load(qttest_p4) +TEMPLATE = app +TARGET = tst_bench_v8 + +SOURCES += tst_v8.cpp + +QT = core script + +!symbian:DEFINES += SRCDIR=\\\"$$PWD\\\" + +wince*|symbian: { +testFiles.sources = tests +testFiles.path = . +DEPLOYMENT += testFiles +} + +symbian* { + TARGET.EPOCHEAPSIZE = 0x20000 0x2000000 // Min 128kB, Max 32MB + TARGET.EPOCSTACKSIZE = 0x14000 +} |