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/xmlpatterns/xmlpatterns.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/auto/xmlpatterns') diff --git a/tests/auto/xmlpatterns/xmlpatterns.pro b/tests/auto/xmlpatterns/xmlpatterns.pro index 54dd9aa..74678c3 100644 --- a/tests/auto/xmlpatterns/xmlpatterns.pro +++ b/tests/auto/xmlpatterns/xmlpatterns.pro @@ -1,4 +1,6 @@ -load(qttest_p4) +TARGET = tst_xmlpatterns +CONFIG += testcase +QT += testlib SOURCES += tst_xmlpatterns.cpp \ ../qxmlquery/TestFundament.cpp -- cgit v1.2.1