aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative/js/qjsvalue/qjsvalue.pro
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-10-11 15:14:05 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-11 09:50:28 +0200
commit47e1b91b47dcf59dbeff2740add94ceda188c6bc (patch)
treeb8bdf4f857d7958716249fb2ab15a4431dcfdb23 /tests/benchmarks/declarative/js/qjsvalue/qjsvalue.pro
parent1fcafbebc8fcb445e3bc8d9d54f57e4ffee39f55 (diff)
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. Since QT+= had to be touched already, this change also removes a lot of useless duplication on those lines. Change-Id: I9f2f20eaf4a0e676beddf474c7db8680e4712f78 Reviewed-on: http://codereview.qt-project.org/6302 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'tests/benchmarks/declarative/js/qjsvalue/qjsvalue.pro')
-rw-r--r--tests/benchmarks/declarative/js/qjsvalue/qjsvalue.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/benchmarks/declarative/js/qjsvalue/qjsvalue.pro b/tests/benchmarks/declarative/js/qjsvalue/qjsvalue.pro
index 48c40a2a52..2dc917d3aa 100644
--- a/tests/benchmarks/declarative/js/qjsvalue/qjsvalue.pro
+++ b/tests/benchmarks/declarative/js/qjsvalue/qjsvalue.pro
@@ -1,7 +1,7 @@
-load(qttest_p4)
+CONFIG += testcase
TEMPLATE = app
TARGET = tst_bench_qjsvalue
SOURCES += tst_qjsvalue.cpp
-QT += declarative
+QT += declarative testlib