summaryrefslogtreecommitdiff
path: root/tests/benchmarks/script/qscriptengine/qscriptengine.pro
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-10-07 15:54:24 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-10 04:33:50 +0200
commit28b36b736dca643eaaf62bf52862f884fe256027 (patch)
tree7a12c65833514bd89bcac03e9d4e8e4cc7920401 /tests/benchmarks/script/qscriptengine/qscriptengine.pro
parentab0efaacf9f3d2168ed1a7b3960b006b110260c2 (diff)
downloadqtscript-28b36b736dca643eaaf62bf52862f884fe256027.tar.gz
tests: eliminated usage of qttest_p4.prf
qttest_p4.prf was added as a convenience for Qt's own autotests in Qt4. It enables various crufty undocumented magic, of dubious value. Stop using it, and explicitly enable the things from it which we want. Change-Id: Ib79b3c07de18a997cfcb977ffb3faf9f76fdf158 Reviewed-on: http://codereview.qt-project.org/6215 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'tests/benchmarks/script/qscriptengine/qscriptengine.pro')
-rw-r--r--tests/benchmarks/script/qscriptengine/qscriptengine.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/benchmarks/script/qscriptengine/qscriptengine.pro b/tests/benchmarks/script/qscriptengine/qscriptengine.pro
index 72a547a..d8155f3 100644
--- a/tests/benchmarks/script/qscriptengine/qscriptengine.pro
+++ b/tests/benchmarks/script/qscriptengine/qscriptengine.pro
@@ -1,10 +1,10 @@
-load(qttest_p4)
+CONFIG += testcase
TEMPLATE = app
TARGET = tst_bench_qscriptengine
SOURCES += tst_qscriptengine.cpp
-QT += script
+QT += script testlib
symbian* {
TARGET.EPOCHEAPSIZE = 0x20000 0x2000000 // Min 128kB, Max 32MB