aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/qtqml.qdocconf
blob: 57fd5386c63670f328b2181d49b68e64a8ba5a7c (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                 = QtQml
description             = Qt QML Reference Documentation
url                     = http://qt-project.org/doc/qt-5.0/qtqml
version                 = 5.0.0

qhp.projects            = QtQml

qhp.QtQml.file                = qtqml.qhp
qhp.QtQml.namespace           = org.qt-project.qtqml.500
qhp.QtQml.virtualFolder       = qdoc
qhp.QtQml.indexTitle          = Qt QML Reference Documentation
qhp.QtQml.indexRoot           =

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

outputdir               = ../../../doc/qtqml
tagfile                 = ../../../doc/qtqml/qtqml.tags

depends += qtcore qtxmlpatterns

headerdirs  += ..

sourcedirs  += ..

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

imagedirs   += images