summaryrefslogtreecommitdiffstats
path: root/src/xml/doc/qtxml.qdocconf
blob: 028af1bf76fe8d0426bd5fd50732c43138e51aee (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
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)

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

examplesinstallpath     = xml

qhp.projects            = QtXml

qhp.QtXml.file            = qtxml.qhp
qhp.QtXml.namespace           = org.qt-project.qtxml.510
qhp.QtXml.virtualFolder       = qtxml
qhp.QtXml.indexTitle          = Qt XML
qhp.QtXml.indexRoot           =

qhp.QtXml.filterAttributes    = qtxml 5.1.0 qtrefdoc
qhp.QtXml.customFilters.Qt.name = QtXml 5.1.0
qhp.QtXml.customFilters.Qt.filterAttributes = qtxml 5.1.0

qhp.QtXml.subprojects         = classes
qhp.QtXml.subprojects.classes.title = C++ Classes
qhp.QtXml.subprojects.classes.indexTitle = Qt XML C++ Classes
qhp.QtXml.subprojects.classes.selectors = class fake:headerfile
qhp.QtXml.subprojects.classes.sortPages = true

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

depends                 += qtcore qtnetwork

headerdirs  += ..

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

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

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