summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhelpindexmodel
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/qhelpindexmodel
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/qhelpindexmodel')
-rw-r--r--tests/auto/qhelpindexmodel/qhelpindexmodel.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/qhelpindexmodel/qhelpindexmodel.pro b/tests/auto/qhelpindexmodel/qhelpindexmodel.pro
index 927c2e19e..730136aa9 100644
--- a/tests/auto/qhelpindexmodel/qhelpindexmodel.pro
+++ b/tests/auto/qhelpindexmodel/qhelpindexmodel.pro
@@ -1,8 +1,9 @@
-load(qttest_p4)
+TARGET = tst_qhelpindexmodel
+CONFIG += testcase
SOURCES += tst_qhelpindexmodel.cpp
CONFIG += help
-QT += sql
+QT += sql testlib
DEFINES += SRCDIR=\\\"$$PWD\\\"
DEFINES += QT_USE_USING_NAMESPACE