summaryrefslogtreecommitdiffstats
path: root/src/knx/doc/qtknx.qdocconf
blob: 64deeb87cca589349c9bc4e1b14f0f0018ee82bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)

project                 = QtKnx
description             = Qt KNX Reference Documentation
version                 = $QT_VERSION

examplesinstallpath = knx

qhp.projects            = QtKnx

qhp.QtKnx.file                = qtknx.qhp
qhp.QtKnx.namespace           = org.qt-project.qtknx.$QT_VERSION_TAG
qhp.QtKnx.virtualFolder       = qtknx
qhp.QtKnx.indexTitle          = Qt KNX
qhp.QtKnx.indexRoot           =

qhp.QtKnx.filterAttributes    = qtknx $QT_VERSION qtrefdoc
qhp.QtKnx.customFilters.Qt.name = QtKnx $QT_VERSION
qhp.QtKnx.customFilters.Qt.filterAttributes = qtknx $QT_VERSION

qhp.QtKnx.subprojects         = classes examples

qhp.QtKnx.subprojects.classes.title = C++ Classes
qhp.QtKnx.subprojects.classes.indexTitle = Qt KNX C++ Classes
qhp.QtKnx.subprojects.classes.selectors = class fake:headerfile
qhp.QtKnx.subprojects.classes.sortPages = true

qhp.QtMqtt.subprojects.examples.title         = Examples
qhp.QtMqtt.subprojects.examples.indexTitle    = Qt KNX Examples
qhp.QtMqtt.subprojects.examples.selectors     = fake:example
qhp.QtMqtt.subprojects.examples.sortPages     = true

headerdirs  += ..
sourcedirs  += ..
exampledirs = ../../../examples/knx
imagedirs   += images
excludedirs += ../qt4support
moduleheader = QtKnx

Cpp.ignoretokens += Q_KNX_EXPORT

depends += qtcore qtdoc qtnetwork qmake

# Custom module header for Clang doc builds
moduleheader = QtKnx_pch.h

#add generic thumbnail images for example documentation that does not have an image.
manifestmeta.thumbnail.names                += "QtKnx/Discoverer*" \
                                               "QtKnx/Tunnel Client*"

navigation.landingpage = "Qt KNX"
navigation.cppclassespage = "Qt KNX C++ Classes"