tests/auto/qhelpindexmodel/qhelpindexmodel.pro
changeset 7 f7bc934e204c
parent 0 1918ee327afb
--- a/tests/auto/qhelpindexmodel/qhelpindexmodel.pro	Tue Feb 02 00:43:10 2010 +0200
+++ b/tests/auto/qhelpindexmodel/qhelpindexmodel.pro	Wed Mar 31 11:06:36 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