summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhelpcontentmodel/qhelpcontentmodel.pro
blob: a9a8ed94493c0be7a6b228ef3cb3b22428c655f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
load(qttest_p4)
SOURCES += tst_qhelpcontentmodel.cpp

CONFIG += help

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\\\"
}