diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2011-10-07 09:19:23 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2011-10-07 03:24:01 +0200 |
commit | 355c94981898f4b93276bad33189df5f6b9fbdae (patch) | |
tree | a8c030d0566e911494bb748f4419455d8c101f9f /tests/auto/qxmlnodemodelindex | |
parent | 70e6c71f7e8e4c12672075e7477f4f1d99f320e6 (diff) | |
download | qtxmlpatterns-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/qxmlnodemodelindex')
-rw-r--r-- | tests/auto/qxmlnodemodelindex/qxmlnodemodelindex.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/qxmlnodemodelindex/qxmlnodemodelindex.pro b/tests/auto/qxmlnodemodelindex/qxmlnodemodelindex.pro index 73a5b00..4c9fbc1 100644 --- a/tests/auto/qxmlnodemodelindex/qxmlnodemodelindex.pro +++ b/tests/auto/qxmlnodemodelindex/qxmlnodemodelindex.pro @@ -1,4 +1,6 @@ -load(qttest_p4) +TARGET = tst_qxmlnodemodelindex +CONFIG += testcase +QT += testlib SOURCES += tst_qxmlnodemodelindex.cpp include (../xmlpatterns.pri) |