summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhelpenginecore/qhelpenginecore.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qhelpenginecore/qhelpenginecore.pro')
-rw-r--r--tests/auto/qhelpenginecore/qhelpenginecore.pro23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/auto/qhelpenginecore/qhelpenginecore.pro b/tests/auto/qhelpenginecore/qhelpenginecore.pro
new file mode 100644
index 000000000..4166fe228
--- /dev/null
+++ b/tests/auto/qhelpenginecore/qhelpenginecore.pro
@@ -0,0 +1,23 @@
+load(qttest_p4)
+SOURCES += tst_qhelpenginecore.cpp
+CONFIG += help
+QT += sql
+
+
+DEFINES += QT_USE_USING_NAMESPACE
+!contains(QT_BUILD_PARTS, tools): DEFINES += QT_NO_BUILD_TOOLS
+
+wince*: {
+ DEFINES += SRCDIR=\\\"./\\\"
+ QT += network
+ addFiles.files = $$PWD/data/*.*
+ addFiles.path = data
+ clucene.files = $$QT_BUILD_TREE/lib/QtCLucene*.dll
+
+ DEPLOYMENT += addFiles
+ DEPLOYMENT += clucene
+
+ DEPLOYMENT_PLUGIN += qsqlite
+} else {
+ DEFINES += SRCDIR=\\\"$$PWD\\\"
+}