summaryrefslogtreecommitdiffstats
path: root/src/webengine/doc/qtwebengine.qdocconf
blob: e5abeafd6dfb3b79acf4e62246879c0e465f2bcd (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
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)

project                 = QtWebEngine
description             = Qt WebEngine Reference Documentation
version                 = $QT_VERSION

examplesinstallpath     = webengine

qhp.projects            = QtWebEngine

qhp.QtWebEngine.file                = qtwebengine.qhp
qhp.QtWebEngine.namespace           = org.qt-project.qtwebengine.$QT_VERSION_TAG
qhp.QtWebEngine.virtualFolder       = qtwebengine
qhp.QtWebEngine.indexTitle          = Qt WebEngine
qhp.QtWebEngine.indexRoot           =

qhp.QtWebEngine.filterAttributes    = qtwebengine $QT_VERSION qtrefdoc
qhp.QtWebEngine.customFilters.Qt.name = QtWebEngine $QT_VERSION
qhp.QtWebEngine.customFilters.Qt.filterAttributes = qtwebengine $QT_VERSION
qhp.QtWebEngine.subprojects         = qmltypes examples
qhp.QtWebEngine.subprojects.qmltypes.title = QML Types
qhp.QtWebEngine.subprojects.qmltypes.indexTitle = Qt WebEngine QML Types
qhp.QtWebEngine.subprojects.qmltypes.selectors = qmlclass
qhp.QtWebEngine.subprojects.qmltypes.sortPages = true
qhp.QtWebEngine.subprojects.examples.title = Examples
qhp.QtWebEngine.subprojects.examples.indexTitle = Qt WebEngine Examples
qhp.QtWebEngine.subprojects.examples.selectors = fake:example
qhp.QtWebEngine.subprojects.examples.sortPages = true

tagfile                 = ../../../doc/qtwebengine/qtwebengine.tags

depends += qtcore qtgui qtquick qtquickcontrols qtdoc

headerdirs  += . ../api
sourcedirs  += . ../api
exampledirs +=  ../../../examples/webengine

navigation.landingpage = "Qt WebEngine"
navigation.qmltypespage = "Qt WebEngine QML Types"