aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlmodels/doc/qtqmlmodels.qdocconf
blob: 5c9c04a85a4674d27b497e0d6fd8043ba96938bd (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
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.title      = QML Types
qhp.QtQmlModels.indexTitle = Qt QML Models QML Types
qhp.QtQmlModels.selectors  = qmlclass
qhp.QtQmlModels.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