summaryrefslogtreecommitdiffstats
path: root/src/uml/doc/qtuml.qdocconf
blob: 36e76686ca81bdd30054dad5789006a576f4f2e2 (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
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)

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

examplesinstallpath     = uml

qhp.projects            = QtUml

qhp.QtUml.file            = qtuml.qhp
qhp.QtUml.namespace           = org.qt-project.qtuml.$QT_VERSION_TAG
qhp.QtUml.virtualFolder       = qtuml
qhp.QtUml.indexTitle          = Qt UML
qhp.QtUml.indexRoot           =

qhp.QtUml.filterAttributes    = qtuml $QT_VERSION qtrefdoc
qhp.QtUml.customFilters.Qt.name = QtUml $QT_VERSION
qhp.QtUml.customFilters.Qt.filterAttributes = qtuml $QT_VERSION

qhp.QtUml.subprojects         = classes
qhp.QtUml.subprojects.classes.title = C++ Classes
qhp.QtUml.subprojects.classes.indexTitle = Qt UML C++ Classes
qhp.QtUml.subprojects.classes.selectors = class fake:headerfile
qhp.QtUml.subprojects.classes.sortPages = true
tagfile                 = ../../../doc/qtuml/qtuml.tags

depends                 += qtcore qtxml qtdoc

headerdirs  += ..

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

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

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