aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/doc/qtqmlcore.qdocconf
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/doc/qtqmlcore.qdocconf')
-rw-r--r--src/core/doc/qtqmlcore.qdocconf37
1 files changed, 37 insertions, 0 deletions
diff --git a/src/core/doc/qtqmlcore.qdocconf b/src/core/doc/qtqmlcore.qdocconf
new file mode 100644
index 0000000000..a20baad3f5
--- /dev/null
+++ b/src/core/doc/qtqmlcore.qdocconf
@@ -0,0 +1,37 @@
+include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
+
+project = QtQmlCore
+description = Qt QML Core Reference Documentation
+version = $QT_VERSION
+
+qhp.projects = QtQmlCore
+
+qhp.QtQmlCore.file = qtqmlcore.qhp
+qhp.QtQmlCore.namespace = org.qt-project.qtqmlcore.$QT_VERSION_TAG
+qhp.QtQmlCore.virtualFolder = qtqmlcore
+qhp.QtQmlCore.indexTitle = Qt QML Core
+qhp.QtQmlCore.indexRoot =
+
+qhp.QtQmlCore.subprojects = qmltypes
+qhp.QtQmlCore.subprojects.qmltypes.title = QML Types
+qhp.QtQmlCore.subprojects.qmltypes.indexTitle = Qt QML Core QML Types
+qhp.QtQmlCore.subprojects.qmltypes.selectors = qmlclass
+qhp.QtQmlCore.subprojects.qmltypes.sortPages = true
+
+depends = qtcore qtdoc qtqml qtquickcontrols
+
+# This module has no documented C++ types, clear the module header
+moduleheader =
+
+headerdirs += ../
+sourcedirs += ../
+
+imagedirs += images
+
+navigation.landingpage = "Qt QML Core"
+navigation.qmltypespage = "Qt QML Core QML Types"
+
+tagfile = qtqmlcore.tags
+
+# Enforce zero documentation warnings
+warninglimit = 0