summaryrefslogtreecommitdiffstats
path: root/src/modeling/doc/qtmodeling.qdocconf
blob: 49765b237f5485a6ddfe35775d751c4ad6f33ef8 (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
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)

project                 = QtModeling
description             = Qt Modeling Reference Documentation
url                     = http://qt-project.org/doc/qt-$QT_VER
version                 = $QT_VERSION

examplesinstallpath     = modeling

qhp.projects            = QtModeling

qhp.QtModeling.file            = qtmodeling.qhp
qhp.QtModeling.namespace           = org.qt-project.qtmodeling.$QT_VERSION_TAG
qhp.QtModeling.virtualFolder       = qtmodeling
qhp.QtModeling.indexTitle          = Qt Modeling
qhp.QtModeling.indexRoot           =

qhp.QtModeling.filterAttributes    = qtmodeling $QT_VERSION qtrefdoc
qhp.QtModeling.customFilters.Qt.name = QtModeling $QT_VERSION
qhp.QtModeling.customFilters.Qt.filterAttributes = qtmodeling $QT_VERSION

qhp.QtModeling.subprojects         = classes
qhp.QtModeling.subprojects.classes.title = C++ Classes
qhp.QtModeling.subprojects.classes.indexTitle = Qt Modeling C++ Classes
qhp.QtModeling.subprojects.classes.selectors = class fake:headerfile
qhp.QtModeling.subprojects.classes.sortPages = true
tagfile                 = ../../../doc/qtmodeling/qtmodeling.tags

depends                 += qtcore qtdoc

headerdirs  += ..

sourcedirs  += .. \
               ../../../examples/modeling/doc/src

exampledirs += ../../../examples/modeling \
               ../ \
               snippets

imagedirs   += images \
               ../../../examples/modeling/doc/images

navigation.landingpage = "Qt Modeling"
navigation.cppclassespage = "Qt Modeling C++ Classes"