d05e9992416ac6a54c6dc2b4b6bb42d5dd2d3a30
[profile/ivi/qtbase.git] / src / xml / doc / qtxml.qdocconf
1 include($QT_INSTALL_DOCS/global/qt-html-templates-offline.qdocconf)
2 include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
3
4 project                 = QtXml
5 description             = Qt XML Reference Documentation
6 url                     = http://qt-project.org/doc/qt-5.0/qtxml
7 version                 = 5.0.0
8
9 qhp.projects            = QtXml
10
11 qhp.QtXml.file            = qtxml.qhp
12 qhp.QtXml.namespace           = org.qt-project.qtxml.500
13 qhp.QtXml.virtualFolder       = qdoc
14 qhp.QtXml.indexTitle          = Qt XML Reference Documentation
15 qhp.QtXml.indexRoot           =
16
17 qhp.QtXml.filterAttributes    = qtxml 5.0.0 qtrefdoc
18 qhp.QtXml.customFilters.Qt.name = QtXml 5.0.0
19 qhp.QtXml.customFilters.Qt.filterAttributes = qtxml 5.0.0
20 qhp.QtXml.subprojects         = classes overviews examples
21 qhp.QtXml.subprojects.classes.title = Classes
22 qhp.QtXml.subprojects.classes.indexTitle = Qt XML's Classes
23 qhp.QtXml.subprojects.classes.selectors = class fake:headerfile
24 qhp.QtXml.subprojects.classes.sortPages = true
25 qhp.QtXml.subprojects.overviews.title = Overviews
26 qhp.QtXml.subprojects.overviews.indexTitle = All Overviews and HOWTOs
27 qhp.QtXml.subprojects.overviews.selectors = fake:page,group,module
28 qhp.QtXml.subprojects.examples.title = Qt XML Examples
29 qhp.QtXml.subprojects.examples.indexTitle = Qt XML Examples
30 qhp.QtXml.subprojects.examples.selectors = fake:example
31
32 tagfile                 = ../../../doc/qtxml/qtxml.tags
33
34 depends                 += qtcore qtnetwork qtdoc
35
36 headerdirs  += ..
37
38 sourcedirs  += .. \
39                ../../../examples/xml/src
40
41 exampledirs += ../../../examples/xml \
42                ../ \
43                snippets
44
45 imagedirs   += images \
46                ../../../examples/xml/images