summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhelpenginecore/qhelpenginecore.pro
blob: 85b68d7ac5ec1048ee41ffe928cd5cb2e210fc37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TARGET = tst_qhelpenginecore
CONFIG += testcase
SOURCES += tst_qhelpenginecore.cpp
QT      += help sql testlib help


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_DISABLE_DEPRECATED_BEFORE=0