summaryrefslogtreecommitdiffstats
path: root/src/webenginequick
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2021-06-01 11:13:53 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2021-06-08 08:57:46 +0200
commitc43661d01bad15a39c361cf054d0af093d5c0f81 (patch)
tree70952cd5a7d1624bd82adabdbbe35dcea01de8f8 /src/webenginequick
parent78559d3b0b75270f2719ef312d2583b80f8d9325 (diff)
Add WebEngine qdocconf for documentation
Probably still needs internal naming updates. Task-number: QTBUG-94130 Change-Id: I3f2522b16a78475d42f9f689cf2d2e994130cf7b Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/webenginequick')
-rw-r--r--src/webenginequick/doc/QtWebEngineDoc2
-rw-r--r--src/webenginequick/doc/qtwebengine.qdocconf90
2 files changed, 0 insertions, 92 deletions
diff --git a/src/webenginequick/doc/QtWebEngineDoc b/src/webenginequick/doc/QtWebEngineDoc
deleted file mode 100644
index 0737885f1..000000000
--- a/src/webenginequick/doc/QtWebEngineDoc
+++ /dev/null
@@ -1,2 +0,0 @@
-#include <QtWebEngine/QtWebEngine>
-#include <QtWebEngineWidgets/QtWebEngineWidgets>
diff --git a/src/webenginequick/doc/qtwebengine.qdocconf b/src/webenginequick/doc/qtwebengine.qdocconf
deleted file mode 100644
index be5db9c19..000000000
--- a/src/webenginequick/doc/qtwebengine.qdocconf
+++ /dev/null
@@ -1,90 +0,0 @@
-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.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/api \
- ../../webenginewidgets/api
-
-sourcedirs += .. \
- ../../core/api \
- ../../core/doc \
- ../../webenginewidgets/api \
- ../../webenginewidgets/doc
-
-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 Q_WEBENGINECORE_EXPORT QWEBENGINEWIDGETS_EXPORT