summaryrefslogtreecommitdiff
path: root/tests/auto/xmlpatterns
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-10-07 09:19:23 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-07 03:24:01 +0200
commit355c94981898f4b93276bad33189df5f6b9fbdae (patch)
treea8c030d0566e911494bb748f4419455d8c101f9f /tests/auto/xmlpatterns
parent70e6c71f7e8e4c12672075e7477f4f1d99f320e6 (diff)
downloadqtxmlpatterns-355c94981898f4b93276bad33189df5f6b9fbdae.tar.gz
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 <qt_sanity_bot@ovi.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'tests/auto/xmlpatterns')
-rw-r--r--tests/auto/xmlpatterns/xmlpatterns.pro4
1 files changed, 3 insertions, 1 deletions
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