summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/qt/benchmarks/qscriptengine/qscriptengine.pro
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/qt/benchmarks/qscriptengine/qscriptengine.pro')
-rw-r--r--JavaScriptCore/qt/benchmarks/qscriptengine/qscriptengine.pro13
1 files changed, 0 insertions, 13 deletions
diff --git a/JavaScriptCore/qt/benchmarks/qscriptengine/qscriptengine.pro b/JavaScriptCore/qt/benchmarks/qscriptengine/qscriptengine.pro
deleted file mode 100644
index e94137d..0000000
--- a/JavaScriptCore/qt/benchmarks/qscriptengine/qscriptengine.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-TEMPLATE = app
-TARGET = tst_bench_qscriptengine
-
-SOURCES += tst_qscriptengine.cpp
-
-QT += testlib
-
-include(../benchmarks.pri)
-
-symbian* {
- TARGET.EPOCHEAPSIZE = 0x20000 0x2000000 // Min 128kB, Max 32MB
- TARGET.EPOCSTACKSIZE = 0x14000
-}