summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/script/qscriptengine/qscriptengine.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/script/qscriptengine/qscriptengine.pro')
-rw-r--r--tests/benchmarks/script/qscriptengine/qscriptengine.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/benchmarks/script/qscriptengine/qscriptengine.pro b/tests/benchmarks/script/qscriptengine/qscriptengine.pro
new file mode 100644
index 0000000..df6dbb3
--- /dev/null
+++ b/tests/benchmarks/script/qscriptengine/qscriptengine.pro
@@ -0,0 +1,12 @@
+load(qttest_p4)
+TEMPLATE = app
+TARGET = tst_qscriptengine
+
+SOURCES += tst_qscriptengine.cpp
+
+QT += script
+
+symbian* {
+ TARGET.EPOCHEAPSIZE = 0x20000 0x2000000 // Min 128kB, Max 32MB
+ TARGET.EPOCSTACKSIZE = 0x14000
+}