summaryrefslogtreecommitdiffstats
path: root/src/mqtt/doc/qtmqtt.qdocconf
blob: 6fc50b4b180977f01a02ca1ccbecb89a68f322e0 (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
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)

project                 = QtMqtt
description             = Qt MQTT Reference Documentation
version                 = $QT_VERSION

examplesinstallpath = mqtt

qhp.projects            = QtMqtt

qhp.QtMqtt.file                = qtmqtt.qhp
qhp.QtMqtt.namespace           = org.qt-project.qtmqtt.$QT_VERSION_TAG
qhp.QtMqtt.virtualFolder       = qtmqtt
qhp.QtMqtt.indexTitle          = Qt MQTT
qhp.QtMqtt.indexRoot           =

qhp.QtMqtt.filterAttributes    = qtmqtt $QT_VERSION qtrefdoc
qhp.QtMqtt.customFilters.Qt.name = QtMqtt $QT_VERSION
qhp.QtMqtt.customFilters.Qt.filterAttributes = qtmqtt $QT_VERSION

qhp.QtMqtt.subprojects         = classes examples
qhp.QtMqtt.subprojects.classes.title = C++ Classes
qhp.QtMqtt.subprojects.classes.indexTitle = Qt MQTT C++ Classes
qhp.QtMqtt.subprojects.classes.selectors = class fake:headerfile
qhp.QtMqtt.subprojects.classes.sortPages = true

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

headerdirs  += ..
sourcedirs  += ..
exampledirs = ../../../examples/mqtt \
              snippets
imagedirs   += images \
               ../../../examples/mqtt/doc/images
excludedirs += ../qt4support

Cpp.ignoretokens += Q_MQTT_EXPORT

depends += qtcore qtdoc qtnetwork qmake qtwebsockets

#add generic thumbnail images for example documentation that does not have an image.
manifestmeta.thumbnail.names  += "QtMqtt/WebSockets MQTT Subscription*"

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