blob: 2d74f94e23be496b1e295ce9d98416338b2ceff0 (
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
|
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
include($QT_INSTALL_DOCS/config/exampleurl-qtdeclarative.qdocconf)
project = QtQmlModels
description = Qt Qml Models Reference Documentation
version = $QT_VERSION
moduleheader = QtQmlModels
qhp.projects = QtQmlModels
qhp.QtQmlModels.file = qtqmlmodels.qhp
qhp.QtQmlModels.namespace = org.qt-project.qtqmlmodels.$QT_VERSION_TAG
qhp.QtQmlModels.virtualFolder = qtqmlmodels
qhp.QtQmlModels.indexRoot =
qhp.QtQmlModels.indexTitle = Qt QML Models
qhp.QtQmlModels.subprojects = manual qmltypes qmllabtypes
qhp.QtQmlModels.subprojects.manual.title = QModelIndex and related classes
qhp.QtQmlModels.subprojects.manual.indexTitle = QModelIndex and related Classes in QML
qhp.QtQmlModels.subprojects.manual.selectors = group:none
qhp.QtQmlModels.subprojects.qmltypes.title = QML Types
qhp.QtQmlModels.subprojects.qmltypes.indexTitle = Qt QML Models QML Types
qhp.QtQmlModels.subprojects.qmltypes.selectors = qmlmodule:QtQml.Models
qhp.QtQmlModels.subprojects.qmltypes.sortPages = true
qhp.QtQmlModels.subprojects.qmllabtypes.title = Experimental QML Types
qhp.QtQmlModels.subprojects.qmllabtypes.indexTitle = Qt QML Models experimental QML Types
qhp.QtQmlModels.subprojects.qmllabtypes.selectors = qmlmodule:Qt.labs.qmlmodels
qhp.QtQmlModels.subprojects.qmllabtypes.sortPages = true
tagfile = qtqmlmodels.tags
depends += qtcore qtqml qtquick qtdoc qtqmlworkerscript qtquickcontrols
{headerdirs,sourcedirs} += \
.. \
../../labs/models
exampledirs += .. \
snippets
imagedirs += images
navigation.qmltypespage = "Qt Qml Models QML Types"
# suppress qdoc warnings for \instantiates entries
spurious += "C\\+\\+ class .*\\\\instantiates .*"
# Enforce zero documentation warnings
warninglimit = 0
|