File: qhelpenginecore.pro

package info (click to toggle)
qttools-opensource-src 5.3.2-3~bpo70%2B5
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 35,144 kB
  • sloc: cpp: 216,610; xml: 1,913; ansic: 193; perl: 88; makefile: 49; java: 32
file content (23 lines) | stat: -rw-r--r-- 496 bytes parent folder | download | duplicates (2)
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