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

project                 = QtXml
description             = Qt XML Reference Documentation
version                 = $QT_VERSION

examplesinstallpath     = xml

qhp.projects            = QtXml

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

qhp.QtXml.filterAttributes    = qtxml $QT_VERSION qtrefdoc
qhp.QtXml.customFilters.Qt.name = QtXml $QT_VERSION
qhp.QtXml.customFilters.Qt.filterAttributes = qtxml $QT_VERSION

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 qtdoc qtwidgets qmake

headerdirs  += ..

sourcedirs  += ..

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

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

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

# Add a thumbnail for examples that do not have images
manifestmeta.thumbnail.names = "QtXml/XML Stream Lint Example"