summaryrefslogtreecommitdiff
path: root/tests/auto/xmlpatternsdiagnosticsts
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/xmlpatternsdiagnosticsts
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/xmlpatternsdiagnosticsts')
-rw-r--r--tests/auto/xmlpatternsdiagnosticsts/xmlpatternsdiagnosticsts.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/xmlpatternsdiagnosticsts/xmlpatternsdiagnosticsts.pro b/tests/auto/xmlpatternsdiagnosticsts/xmlpatternsdiagnosticsts.pro
index 2db9dbd..6db7e36 100644
--- a/tests/auto/xmlpatternsdiagnosticsts/xmlpatternsdiagnosticsts.pro
+++ b/tests/auto/xmlpatternsdiagnosticsts/xmlpatternsdiagnosticsts.pro
@@ -1,4 +1,5 @@
-load(qttest_p4)
+TARGET = tst_xmlpatternsdiagnosticsts
+CONFIG += testcase
SOURCES += tst_xmlpatternsdiagnosticsts.cpp \
../qxmlquery/TestFundament.cpp
@@ -10,7 +11,7 @@ HEADERS += ../xmlpatternsxqts/tst_suitetest.h
SOURCES += ../xmlpatternsxqts/tst_suitetest.cpp
LIBS += -l$$XMLPATTERNS_SDK
-QT += xml
+QT += xml testlib
INCLUDEPATH += $$(QTSRCDIR)/tests/auto/xmlpatternssdk \
$$(QTDIR)/include/QtXmlPatterns/private \