From 6b29e881cdd93d8fccec50df9e8d001776800136 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Tue, 25 Oct 2011 14:24:31 +1000 Subject: widgets: 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: I3c1d993d5682db913aadc267d98a638061f393d6 Reviewed-by: Jason McDonald --- tests/auto/widgets/styles/qstyle/qstyle.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/auto/widgets/styles/qstyle') diff --git a/tests/auto/widgets/styles/qstyle/qstyle.pro b/tests/auto/widgets/styles/qstyle/qstyle.pro index 2016316737..5a18a70d9e 100644 --- a/tests/auto/widgets/styles/qstyle/qstyle.pro +++ b/tests/auto/widgets/styles/qstyle/qstyle.pro @@ -1,6 +1,6 @@ -load(qttest_p4) +CONFIG += testcase TARGET.EPOCHEAPSIZE = 0x200000 0x800000 -QT += widgets +QT += widgets testlib SOURCES += tst_qstyle.cpp wince* { -- cgit v1.2.3