blob: 922b5b373cd6535e839145beba047aeb945585fa (
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
include($QT_INSTALL_DOCS/config/exampleurl-qtremoteobjects.qdocconf)
project = QtRemoteObjects
description = Qt Remote Objects Reference Documentation
version = $QT_VERSION
qhp.projects = QtRemoteObjects
qhp.QtRemoteObjects.file = qtremoteobjects.qhp
qhp.QtRemoteObjects.namespace = org.qt-project.qtremoteobjects.$QT_VERSION_TAG
qhp.QtRemoteObjects.virtualFolder = remoteobjects
qhp.QtRemoteObjects.indexTitle = Qt Remote Objects
qhp.QtRemoteObjects.indexRoot =
qhp.QtRemoteObjects.subprojects = manual examples classes types
qhp.QtRemoteObjects.subprojects.classes.title = C++ Classes
qhp.QtRemoteObjects.subprojects.classes.indexTitle = Qt Remote Objects C++ Classes
qhp.QtRemoteObjects.subprojects.classes.selectors = class headerfile
qhp.QtRemoteObjects.subprojects.classes.sortPages = true
qhp.QtRemoteObjects.subprojects.types.title = QML Types
qhp.QtRemoteObjects.subprojects.types.indexTitle = Qt Remote Objects QML Types
qhp.QtRemoteObjects.subprojects.types.selectors = qmltype
qhp.QtRemoteObjects.subprojects.types.sortPages = true
qhp.QtRemoteObjects.subprojects.examples.title = Examples
qhp.QtRemoteObjects.subprojects.examples.indexTitle = Qt Remote Objects Examples
qhp.QtRemoteObjects.subprojects.examples.selectors = example
qhp.QtRemoteObjects.subprojects.manual.title = Qt Remote Objects
qhp.QtRemoteObjects.subprojects.manual.indexTitle = Qt Remote Objects module topics
qhp.QtRemoteObjects.subprojects.manual.type = manual
depends += qtcore \
qtnetwork \
qtdoc \
qtcmake \
qmake \
qtbluetooth
tagfile = ../../../doc/qtremoteobjects/qtremoteobjects.tags
headerdirs += .. \
../../remoteobjects
sourcedirs += .. \
../../remoteobjects
exampledirs += ../../../examples/remoteobjects \
snippets/
#add thumbnail images for the example docs that does not have an image.
manifestmeta.thumbnail.names += "QtRemoteObjects/Model*" \
"QtRemoteObjects/QML*" \
"QtRemoteObjects/QtRemote*"
manifestmeta.highlighted.names = \
"QtRemoteObjects/Time Server Application" \
"QtRemoteObjects/Time Client Application"
examplesinstallpath = remoteobjects
imagedirs += images
navigation.landingpage = "Qt Remote Objects"
navigation.cppclassespage = "Qt Remote Objects C++ Classes"
navigation.qmltypespage = "Qt Remote Objects QML Types"
# Auto-generate navigation linking based on "Qt Remote Objects module topics":
navigation.toctitles = "Qt Remote Objects module topics"
navigation.toctitles.inclusive = false
# Enforce zero documentation warnings
warninglimit = 0
|