--- a/tests/auto/qhelpindexmodel/qhelpindexmodel.pro Mon Mar 15 12:43:09 2010 +0200
+++ b/tests/auto/qhelpindexmodel/qhelpindexmodel.pro Thu Apr 08 14:19:33 2010 +0300
@@ -1,10 +1,9 @@
-TEMPLATE = subdirs
-CONFIG += ordered
+load(qttest_p4)
-contains(QT_BUILD_PARTS, tools): {
- SUBDIRS += ../../../tools/assistant/lib/fulltextsearch \
- ../../../tools/assistant/lib
-}
+SOURCES += tst_qhelpindexmodel.cpp
+CONFIG += help
+QT += sql
-SUBDIRS += tst_qhelpindexmodel.pro
-
+DEFINES += SRCDIR=\\\"$$PWD\\\"
+DEFINES += QT_USE_USING_NAMESPACE
+!contains(QT_BUILD_PARTS, tools): DEFINES += QT_NO_BUILD_TOOLS