blob: c8bc8c65137203961b634eb195bade74180619f3 (
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
|
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.subprojects = overview classes examples
qhp.QtMqtt.subprojects.overview.title = Overview
qhp.QtMqtt.subprojects.overview.indexTitle = Qt MQTT Overview
qhp.QtMqtt.subprojects.overview.selectors = group:none
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 = example
qhp.QtMqtt.subprojects.examples.sortPages = true
headerdirs += ..
sourcedirs += ..
exampledirs = ../../../examples/mqtt \
snippets
imagedirs += images \
../../../examples/mqtt/doc/images
excludedirs += ../qt4support
depends += qtcore qtdoc qtnetwork qmake qtwebsockets qtcmake
#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"
# Allow zero warnings when testing documentation in CI
warninglimit = 0
|