summaryrefslogtreecommitdiffstats
path: root/src/mof/doc/qtmof.qdocconf
blob: fc5905d1f5998650c92cb027bd8ef2a73b7524c6 (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                 = QtMof
description             = Qt Mof Reference Documentation
url                     = http://qt-project.org/doc/qt-$QT_VER
version                 = $QT_VERSION

examplesinstallpath     = mof

qhp.projects            = QtMof

qhp.QtMof.file            = qtmof.qhp
qhp.QtMof.namespace           = org.qt-project.qtmof.$QT_VERSION_TAG
qhp.QtMof.virtualFolder       = qtmof
qhp.QtMof.indexTitle          = Qt Mof
qhp.QtMof.indexRoot           =

qhp.QtMof.filterAttributes    = qtmof $QT_VERSION qtrefdoc
qhp.QtMof.customFilters.Qt.name = QtMof $QT_VERSION
qhp.QtMof.customFilters.Qt.filterAttributes = qtmof $QT_VERSION

qhp.QtMof.subprojects         = classes
qhp.QtMof.subprojects.classes.title = C++ Classes
qhp.QtMof.subprojects.classes.indexTitle = Qt Mof C++ Classes
qhp.QtMof.subprojects.classes.selectors = class fake:headerfile
qhp.QtMof.subprojects.classes.sortPages = true
tagfile                 = ../../../doc/qtmof/qtmof.tags

depends                 += qtcore qtxml qtdoc

headerdirs  += ..

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

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

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

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