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/auto/declarative/qsgitem/qsgitem.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/auto/declarative/qsgitem/qsgitem.pro') diff --git a/tests/auto/declarative/qsgitem/qsgitem.pro b/tests/auto/declarative/qsgitem/qsgitem.pro index 314491c798..76d6547da7 100644 --- a/tests/auto/declarative/qsgitem/qsgitem.pro +++ b/tests/auto/declarative/qsgitem/qsgitem.pro @@ -1,8 +1,8 @@ -load(qttest_p4) -contains(QT_CONFIG,declarative): QT += declarative +CONFIG += testcase +TARGET = tst_qsgitem SOURCES += tst_qsgitem.cpp macx:CONFIG -= app_bundle CONFIG += parallel_test -QT += core-private gui-private declarative-private widgets +QT += core-private gui-private declarative-private widgets testlib -- cgit v1.2.3