aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlxmllistmodel/doc/qtqmlxmllistmodel.qdocconf
blob: 57b8ecd51c05a5fb02c9a808fcb5427bbc4adafe (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
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
include($QT_INSTALL_DOCS/config/exampleurl-qtdeclarative.qdocconf)

project                 = QtQmlXmlListModel
description             = Qt QML XmlListModel Reference Documentation
version                 = $QT_VERSION
moduleheader            = QtQmlXmlListModel
qhp.projects            = QtQmlXmlListModel

qhp.QtQmlXmlListModel.file                = qtqmlxmllistmodel.qhp
qhp.QtQmlXmlListModel.namespace           = org.qt-project.qtqmlxmllistmodel.$QT_VERSION_TAG
qhp.QtQmlXmlListModel.virtualFolder       = qtqmlxmllistmodel
qhp.QtQmlXmlListModel.indexRoot           =

qhp.QtQmlXmlListModel.title      = QML Types
qhp.QtQmlXmlListModel.indexTitle = Qt XmlListModel QML Types
qhp.QtQmlXmlListModel.selectors  = qmlclass
qhp.QtQmlXmlListModel.sortPages  = true

tagfile      = qtqmlxmllistmodel.tags

depends += qtcore qtqml qtdoc

{headerdirs,sourcedirs} += \
    ..

exampledirs += .. \
               snippets

imagedirs += images

navigation.qmltypespage = "Qt XmlListModel QML Types"

# Enforce zero documentation warnings
warninglimit = 0