From 355c94981898f4b93276bad33189df5f6b9fbdae Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Fri, 7 Oct 2011 09:19:23 +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. Change-Id: I7e6c67674ec669ad1ba7286648c7b4a501f4201c Reviewed-on: http://codereview.qt-project.org/6185 Reviewed-by: Qt Sanity Bot Reviewed-by: Jason McDonald --- tests/auto/qautoptr/qautoptr.pro | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/auto/qautoptr') diff --git a/tests/auto/qautoptr/qautoptr.pro b/tests/auto/qautoptr/qautoptr.pro index b0c574f..6059f68 100644 --- a/tests/auto/qautoptr/qautoptr.pro +++ b/tests/auto/qautoptr/qautoptr.pro @@ -1,4 +1,5 @@ -load(qttest_p4) +TARGET = tst_qautoptr +CONFIG += testcase SOURCES += tst_qautoptr.cpp -QT = core +QT = core testlib include(../xmlpatterns.pri) -- cgit v1.2.1