summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhelpenginecore/tst_qhelpenginecore.pro
blob: 27ebd0fc45e8ad4020a72475dd949a5fc72858ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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.sources = $$PWD/data/*.*                
   addFiles.path = data
   clucene.sources = $$QT_BUILD_TREE/lib/QtCLucene*.dll

   DEPLOYMENT += addFiles
   DEPLOYMENT += clucene

   DEPLOYMENT_PLUGIN += qsqlite
} else {
   DEFINES += SRCDIR=\\\"$$PWD\\\"
}