summaryrefslogtreecommitdiffstats
path: root/src/core/doc/qtwebengine.qdocconf
blob: 6a3bd9ca78eab9bd93267cdaf994af09e270ccbb (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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
include($QT_INSTALL_DOCS/config/exampleurl-qtwebengine.qdocconf)

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

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.subprojects         = classes qmltypes examples

qhp.QtWebEngine.subprojects.classes.title = C++ Classes and Namespaces
qhp.QtWebEngine.subprojects.classes.indexTitle = Qt WebEngine C++ Classes and Namespaces
qhp.QtWebEngine.subprojects.classes.selectors = class group:qtwebengine-namespaces doc:headerfile
qhp.QtWebEngine.subprojects.classes.sortPages = true

qhp.QtWebEngine.subprojects.qmltypes.title = QML Types
qhp.QtWebEngine.subprojects.qmltypes.indexTitle = Qt WebEngine QML Types
qhp.QtWebEngine.subprojects.qmltypes.selectors = qmltype
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 = doc:example
qhp.QtWebEngine.subprojects.examples.sortPages = true

manifestmeta.highlighted.names += "QtWebEngine/WebEngine Widgets Simple Browser Example" \
                "QtWebEngine/WebEngine Quick Nano Browser"

# add a generic thumbnail for an example that has no \image in its doc
manifestmeta.thumbnail.names = "QtWebEngine/PDF Viewer Example"

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

# Custom module header for clang that pulls in also QtWebEngineWidgets
moduleheader = QtWebEngineDoc

# Additional include paths for clang
includepaths += -I .

depends += qtcore \
           qtcore5compat \
           qtdesigner \
           qtgui \
           qtlocation \
           qtnetwork \
           qtprintsupport \
           qtpositioning \
           qtqml \
           qtqmlmodels \
           qtquick \
           qtquickcontrols \
           qtdoc \
           qtwebchannel \
           qtwebview \
           qtwidgets

headerdirs  += ../../core/api \
               ../../webenginequick/api \
               ../../webenginewidgets/api

sourcedirs  += ../../core/api \
               ../../core/doc \
               ../../webenginequick/api \
               ../../webenginequick/doc \
               ../../webenginewidgets/api \
               ../../webenginewidgets/doc

exampledirs +=  ../../../examples \
                ../../core/doc/snippets \
                ../../webenginequick/doc/snippets \
                ../../webenginewidgets/doc/snippets

examples.fileextensions += *.aff *.dic *.html

imagedirs += \
             images \
             ../../webenginequick/doc/images

navigation.landingpage = "Qt WebEngine"
navigation.cppclassespage = "Qt WebEngine C++ Classes and Namespaces"
navigation.qmltypespage = "Qt WebEngine QML Types"

# \QWE macro expands to 'Qt WebEngine' without auto-linking anywhere.
macro.QWE    = "Qt \\WebEngine"