tests/auto/qhelpcontentmodel/qhelpcontentmodel.pro
changeset 7 f7bc934e204c
parent 0 1918ee327afb
--- a/tests/auto/qhelpcontentmodel/qhelpcontentmodel.pro	Tue Feb 02 00:43:10 2010 +0200
+++ b/tests/auto/qhelpcontentmodel/qhelpcontentmodel.pro	Wed Mar 31 11:06:36 2010 +0300
@@ -1,10 +1,22 @@
-TEMPLATE = subdirs
-CONFIG  += ordered
+load(qttest_p4)
+SOURCES += tst_qhelpcontentmodel.cpp
+
+CONFIG += help
+
+DEFINES += QT_USE_USING_NAMESPACE
+!contains(QT_BUILD_PARTS, tools): DEFINES += QT_NO_BUILD_TOOLS
 
-contains(QT_BUILD_PARTS, tools): {
-	SUBDIRS += ../../../tools/assistant/lib/fulltextsearch \
-        	   ../../../tools/assistant/lib
-}
+wince*: {   
+   DEFINES += SRCDIR=\\\"./\\\"
+   QT += network
+   addFiles.sources = $$PWD/data/*.*                
+   addFiles.path = data
+   clucene.sources = $$QT_BUILD_TREE/lib/QtCLucene*.dll
 
-SUBDIRS += tst_qhelpcontentmodel.pro
-
+   DEPLOYMENT += addFiles
+   DEPLOYMENT += clucene
+   
+   DEPLOYMENT_PLUGIN += qsqlite
+} else {
+   DEFINES += SRCDIR=\\\"$$PWD\\\"
+}
\ No newline at end of file