From 47e1b91b47dcf59dbeff2740add94ceda188c6bc Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Tue, 11 Oct 2011 15:14:05 +1000 Subject: 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 Reviewed-by: Jason McDonald --- tests/benchmarks/declarative/js/qjsvalueiterator/qjsvalueiterator.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/benchmarks/declarative/js/qjsvalueiterator') diff --git a/tests/benchmarks/declarative/js/qjsvalueiterator/qjsvalueiterator.pro b/tests/benchmarks/declarative/js/qjsvalueiterator/qjsvalueiterator.pro index a114b863f6..a15ceba9a4 100644 --- a/tests/benchmarks/declarative/js/qjsvalueiterator/qjsvalueiterator.pro +++ b/tests/benchmarks/declarative/js/qjsvalueiterator/qjsvalueiterator.pro @@ -1,7 +1,7 @@ -load(qttest_p4) +CONFIG += testcase TEMPLATE = app TARGET = tst_bench_qjsvalueiterator SOURCES += tst_qjsvalueiterator.cpp -QT = core declarative +QT = core declarative testlib -- cgit v1.2.3