From 45335cba963c41ab73d471ee1c18e37dd6b2a5b8 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 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 --- tests/auto/qpaintengine/qpaintengine.pro | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'tests/auto/qpaintengine') diff --git a/tests/auto/qpaintengine/qpaintengine.pro b/tests/auto/qpaintengine/qpaintengine.pro index e37c1668ac..810dd81311 100644 --- a/tests/auto/qpaintengine/qpaintengine.pro +++ b/tests/auto/qpaintengine/qpaintengine.pro @@ -1,9 +1,4 @@ -############################################################ -# Project file for autotest for file qpaintengine.h -############################################################ - -load(qttest_p4) - +CONFIG += testcase +TARGET = tst_qpaintengine SOURCES += tst_qpaintengine.cpp - - +QT += testlib -- cgit v1.2.3