summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhelpcontentmodel
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-10-07 09:50:44 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-07 06:42:15 +0200
commite9709ee646eda416bf746226626b845b89e79bad (patch)
treec3c89c5850f513725ecd2790d5edb499ace66150 /tests/auto/qhelpcontentmodel
parent91c620e6ae7fb0c9a0b7512a6c3ea7b30b5b5c0c (diff)
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: Ie775d011e6f63d4d174c2be78cda138d7bbe85ff Reviewed-on: http://codereview.qt-project.org/6186 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'tests/auto/qhelpcontentmodel')
-rw-r--r--tests/auto/qhelpcontentmodel/qhelpcontentmodel.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/qhelpcontentmodel/qhelpcontentmodel.pro b/tests/auto/qhelpcontentmodel/qhelpcontentmodel.pro
index dedd0aab3..2e190478e 100644
--- a/tests/auto/qhelpcontentmodel/qhelpcontentmodel.pro
+++ b/tests/auto/qhelpcontentmodel/qhelpcontentmodel.pro
@@ -1,4 +1,6 @@
-load(qttest_p4)
+TARGET = tst_qhelpcontentmodel
+CONFIG += testcase
+QT += testlib
SOURCES += tst_qhelpcontentmodel.cpp
CONFIG += help