blob: 50f2e2cebf2a8a6b62a170a5253cce7601daaf71 (
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
|
include($QT_INSTALL_DOCS/global/qt-module-defaults.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.filterAttributes = qtwebengine $QT_VERSION qtrefdoc
qhp.QtWebEngine.customFilters.Qt.name = QtWebEngine $QT_VERSION
qhp.QtWebEngine.customFilters.Qt.filterAttributes = qtwebengine $QT_VERSION
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"
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 \
qtgui \
qtlocation \
qtnetwork \
qtplatformheaders \
qtprintsupport \
qtpositioning \
qtqml \
qtquick \
qtquickcontrols \
qtdoc \
qtwebchannel \
qtwebview \
qtwidgets
headerdirs += .. \
../../core \
../../webenginewidgets
sourcedirs += .. \
../../core/ \
../../webenginewidgets \
exampledirs += . \
../../../examples \
snippets \
../../core/doc/snippets \
../../webenginewidgets/doc/snippets
examples.fileextensions += *.aff *.dic *.html
imagedirs += 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"
Cpp.ignoretokens += Q_WEBENGINE_EXPORT QWEBENGINEWIDGETS_EXPORT
|