summaryrefslogtreecommitdiffstats
path: root/src/xml/doc/qtxml.qdocconf
blob: 8ad6c8b78091b9296fa4a9ff5373e7f5f4614500 (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
45
46
47
include(../../../doc/global/qt-html-templates-offline.qdocconf)
include(../../../doc/global/qt-module-defaults.qdocconf)

project                 = QtXml
description             = Qt XML Reference Documentation
url                     = http://qt-project.org/doc/qt-5.0/qtxml
version                 = 5.0.0

qhp.projects            = QtXml

qhp.QtXml.file            = qtxml.qhp
qhp.QtXml.namespace           = org.qt-project.qtxml.500
qhp.QtXml.virtualFolder       = qdoc
qhp.QtXml.indexTitle          = Qt XML Reference Documentation
qhp.QtXml.indexRoot           =

qhp.QtXml.filterAttributes    = qtxml 5.0.0 qtrefdoc
qhp.QtXml.customFilters.Qt.name = QtXml 5.0.0
qhp.QtXml.customFilters.Qt.filterAttributes = qtxml 5.0.0
qhp.QtXml.subprojects         = classes overviews examples
qhp.QtXml.subprojects.classes.title = Classes
qhp.QtXml.subprojects.classes.indexTitle = Qt XML's Classes
qhp.QtXml.subprojects.classes.selectors = class fake:headerfile
qhp.QtXml.subprojects.classes.sortPages = true
qhp.QtXml.subprojects.overviews.title = Overviews
qhp.QtXml.subprojects.overviews.indexTitle = All Overviews and HOWTOs
qhp.QtXml.subprojects.overviews.selectors = fake:page,group,module
qhp.QtXml.subprojects.examples.title = Qt XML Examples
qhp.QtXml.subprojects.examples.indexTitle = Qt XML Examples
qhp.QtXml.subprojects.examples.selectors = fake:example

outputdir               = ../../../doc/qtxml
tagfile                 = ../../../doc/qtxml/qtxml.tags

depends                 += qtcore

headerdirs  += ..

sourcedirs  += .. \
               ../../../examples/xml/src

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

imagedirs   += images \
               ../../../examples/xml/images