From 104a69649c2c6a9962fef8d298c4274bbca81c14 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Tue, 25 Oct 2011 11:26:19 +1000 Subject: tests: eliminated usage of qttest_p4.prf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: If1f16810614f7965dc7d5bf680effed911bee114 Reviewed-by: Jason McDonald (cherry picked from commit 45335cba963c41ab73d471ee1c18e37dd6b2a5b8) Reviewed-by: Jason McDonald Reviewed-by: Pasi Pentikäinen --- tests/auto/collections/collections.pro | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/auto/collections/collections.pro') diff --git a/tests/auto/collections/collections.pro b/tests/auto/collections/collections.pro index 8601ff877d..364ae21858 100644 --- a/tests/auto/collections/collections.pro +++ b/tests/auto/collections/collections.pro @@ -1,4 +1,5 @@ -load(qttest_p4) +CONFIG += testcase +TARGET = tst_collections SOURCES += tst_collections.cpp -QT = core +QT = core testlib CONFIG += parallel_test -- cgit v1.2.1