summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhelpcontentmodel/qhelpcontentmodel.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qhelpcontentmodel/qhelpcontentmodel.pro')
-rw-r--r--tests/auto/qhelpcontentmodel/qhelpcontentmodel.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/qhelpcontentmodel/qhelpcontentmodel.pro b/tests/auto/qhelpcontentmodel/qhelpcontentmodel.pro
index 71f028941..94cdd9a0f 100644
--- a/tests/auto/qhelpcontentmodel/qhelpcontentmodel.pro
+++ b/tests/auto/qhelpcontentmodel/qhelpcontentmodel.pro
@@ -5,16 +5,16 @@ SOURCES += tst_qhelpcontentmodel.cpp
DEFINES += QT_USE_USING_NAMESPACE
-wince*: {
+wince*: {
DEFINES += SRCDIR=\\\"./\\\"
QT += network
- addFiles.files = $$PWD/data/*.*
+ addFiles.files = $$PWD/data/*.*
addFiles.path = data
clucene.files = $$QT.clucene.libs/QtCLucene*.dll
DEPLOYMENT += addFiles
DEPLOYMENT += clucene
-
+
DEPLOYMENT_PLUGIN += qsqlite
} else {
DEFINES += SRCDIR=\\\"$$PWD\\\"