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