summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/script/qscriptengine
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/script/qscriptengine')
-rw-r--r--tests/benchmarks/script/qscriptengine/qscriptengine.pro4
-rw-r--r--tests/benchmarks/script/qscriptengine/tst_qscriptengine.cpp2
2 files changed, 1 insertions, 5 deletions
diff --git a/tests/benchmarks/script/qscriptengine/qscriptengine.pro b/tests/benchmarks/script/qscriptengine/qscriptengine.pro
index c8e89da..cc95370 100644
--- a/tests/benchmarks/script/qscriptengine/qscriptengine.pro
+++ b/tests/benchmarks/script/qscriptengine/qscriptengine.pro
@@ -6,8 +6,4 @@ SOURCES += tst_qscriptengine.cpp
QT += script testlib
-symbian* {
- TARGET.EPOCHEAPSIZE = 0x20000 0x2000000 // Min 128kB, Max 32MB
- TARGET.EPOCSTACKSIZE = 0x14000
-}
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
diff --git a/tests/benchmarks/script/qscriptengine/tst_qscriptengine.cpp b/tests/benchmarks/script/qscriptengine/tst_qscriptengine.cpp
index 7992e35..1e5eba0 100644
--- a/tests/benchmarks/script/qscriptengine/tst_qscriptengine.cpp
+++ b/tests/benchmarks/script/qscriptengine/tst_qscriptengine.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the test suite of the Qt Toolkit.