aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlmodels/doc/qtqmlmodels.qdocconf
blob: 4b7fe654accf695f7e9ba69ac8756e2d9e29f96d (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
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.filterAttributes    = qtqmlmodels $QT_VERSION qtrefdoc
qhp.QtQmlModels.customFilters.Qt.name = QtQmlModels $QT_VERSION
qhp.QtQmlModels.customFilters.Qt.filterAttributes = qtqmlmodels $QT_VERSION

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  += .. \
               ../../imports/labsmodels

sourcedirs  += .. \
               ../../imports/models \
               ../../imports/labsmodels

exampledirs += .. \
               snippets

imagedirs += images

navigation.qmltypespage = "Qt Qml Models QML Types"