summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhelpcontentmodel
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2016-03-10 13:16:57 +0100
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2016-03-10 13:42:54 +0000
commit634ab5bfd3d210b69cbc1cd1a124bc95cd6849fe (patch)
tree0ad513a5c4c8bd9b74c098cd31f19e8db8e01391 /tests/auto/qhelpcontentmodel
parent89e9f88bae26fe2ed99b59489ea7aef29c07336b (diff)
Remove Windows CE.
Remove #ifdef sections for Q_OS_WINCE, wince .pro file clauses and the CE-specific test library. Task-number: QTBUG-51673 Change-Id: I9dbcca9c9b6febe67a7c5b5d2cee0b1ab1f302f7 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
Diffstat (limited to 'tests/auto/qhelpcontentmodel')
-rw-r--r--tests/auto/qhelpcontentmodel/qhelpcontentmodel.pro17
1 files changed, 1 insertions, 16 deletions
diff --git a/tests/auto/qhelpcontentmodel/qhelpcontentmodel.pro b/tests/auto/qhelpcontentmodel/qhelpcontentmodel.pro
index 13a7d47bb..7fb9f6585 100644
--- a/tests/auto/qhelpcontentmodel/qhelpcontentmodel.pro
+++ b/tests/auto/qhelpcontentmodel/qhelpcontentmodel.pro
@@ -3,19 +3,4 @@ CONFIG += testcase
QT += help testlib
SOURCES += tst_qhelpcontentmodel.cpp
-DEFINES += QT_USE_USING_NAMESPACE
-
-wince*: {
- DEFINES += SRCDIR=\\\"./\\\"
- QT += network
- 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\\\"
-}
+DEFINES += QT_USE_USING_NAMESPACE SRCDIR=\\\"$$PWD\\\"