summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/qtcore.qdocconf
blob: 2658411e8879e686eb45714487386aaaee9fef68 (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(../../../doc/global/qt-html-templates-offline.qdocconf)
include(../../../doc/global/qt-module-defaults.qdocconf)

project                 = QtCore
description             = Qt Core Reference Documentation
url                     = http://qt-project.org/doc/qt-5.0/qtcore
version                 = 5.0.0

qhp.projects            = QtCore

qhp.QtCore.file                = qtcore.qhp
qhp.QtCore.namespace           = org.qt-project.qtcore.500
qhp.QtCore.virtualFolder       = qdoc
qhp.QtCore.indexTitle          = Qt Core Reference Documentation
qhp.QtCore.indexRoot           =

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

outputdir               = ../../../doc/qtcore
tagfile                 = ../../../doc/qtcore/qtcore.tags

headerdirs  += ..

sourcedirs  += ..

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

excludedirs += ../../../examples/widgets/doc

imagedirs   += images