aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/doc/qtqmlcore.qdocconf
blob: a20baad3f59f82b8d19afce2713df4943ab639b1 (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
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