summaryrefslogtreecommitdiff
path: root/src/webchannel/doc/qtwebchannel.qdocconf
blob: 716da64e6706e47d5b8329b67befb3e8bd067927 (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
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)

project                                             = QtWebChannel
description                                         = Qt WebChannel Reference Documentation
version                                             = $QT_VERSION

examplesinstallpath                                 = webchannel

qhp.projects                                        = QtWebChannel

qhp.QtWebChannel.file                               = qtwebchannel.qhp
qhp.QtWebChannel.namespace                          = org.qt-project.qtwebchannel.$QT_VERSION_TAG
qhp.QtWebChannel.virtualFolder                      = qtwebchannel
qhp.QtWebChannel.indexTitle                         = Qt WebChannel
qhp.QtWebChannel.indexRoot                          =

qhp.QtWebChannel.filterAttributes                   = qtwebchannel $QT_VERSION qtrefdoc
qhp.QtWebChannel.customFilters.Qt.name              = QtWebChannel $QT_VERSION
qhp.QtWebChannel.customFilters.Qt.filterAttributes  = qtwebchannel $QT_VERSION

qhp.QtWebChannel.subprojects                        = classes qml examples javascript

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

qhp.QtWebChannel.subprojects.qml.title              = QML Types
qhp.QtWebChannel.subprojects.qml.indexTitle         = Qt WebChannel QML Types
qhp.QtWebChannel.subprojects.qml.selectors          = qmlclass
qhp.QtWebChannel.subprojects.qml.sortPages          = true

qhp.QtWebChannel.subprojects.examples.title         = Examples
qhp.QtWebChannel.subprojects.examples.indexTitle    = Qt WebChannel Examples
qhp.QtWebChannel.subprojects.examples.selectors     = fake:example
qhp.QtWebChannel.subprojects.examples.sortPages     = true

qhp.QtWebChannel.subprojects.javascript.title         = JavaScript API
qhp.QtWebChannel.subprojects.javascript.indexTitle    = Qt WebChannel JavaScript API

tagfile                                             = ../../../doc/qtwebchannel/qtwebchannel.tags

depends                                             += qtcore qtquick qtqml qmake qtdoc qtwebengine qtwebsockets

headerdirs                                          += .. \
                                                       ../../imports

sourcedirs                                          += .. \
                                                       ../../imports

imagedirs                                           += images

exampledirs                                         += ../../../examples/webchannel
examples.fileextensions                             += "*.html *.json"

navigation.landingpage                              = "Qt WebChannel"
navigation.cppclassespage                           = "Qt WebChannel C++ Classes"
navigation.qmltypespage                             = "Qt WebChannel QML Types"

manifestmeta.highlighted.names                      += "QtWebChannel/Qt WebChannel Standalone Example"