Update docs after modularization of docs
[profile/ivi/qtdeclarative.git] / src / qml / doc / qtqml.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                 = QtQml
5 description             = Qt QML Reference Documentation
6 url                     = http://qt-project.org/doc/qt-5.0/qtqml
7 version                 = 5.0.0
8
9 qhp.projects            = QtQml
10
11 qhp.QtQml.file                = qtqml.qhp
12 qhp.QtQml.namespace           = org.qt-project.qtqml.500
13 qhp.QtQml.virtualFolder       = qdoc
14 qhp.QtQml.indexTitle          = Qt QML Reference Documentation
15 qhp.QtQml.indexRoot           =
16
17 qhp.QtQml.filterAttributes    = qtqml 5.0.0 qtrefdoc
18 qhp.QtQml.customFilters.Qt.name = QtQml 5.0.0
19 qhp.QtQml.customFilters.Qt.filterAttributes = qtqml 5.0.0
20 qhp.QtQml.subprojects         = classes overviews examples
21 qhp.QtQml.subprojects.classes.title = Classes
22 qhp.QtQml.subprojects.classes.indexTitle = Qt QML's Classes
23 qhp.QtQml.subprojects.classes.selectors = class fake:headerfile
24 qhp.QtQml.subprojects.classes.sortPages = true
25 qhp.QtQml.subprojects.overviews.title = Overviews
26 qhp.QtQml.subprojects.overviews.indexTitle = All Overviews and HOWTOs
27 qhp.QtQml.subprojects.overviews.selectors = fake:page,group,module
28 qhp.QtQml.subprojects.examples.title = Qt QML Examples
29 qhp.QtQml.subprojects.examples.indexTitle = Qt QML Examples
30 qhp.QtQml.subprojects.examples.selectors = fake:example
31
32 tagfile                 = ../../../doc/qtqml/qtqml.tags
33
34 depends += qtcore qtxmlpatterns
35
36 headerdirs  += ..
37
38 sourcedirs  += ..
39
40 exampledirs += ../../../examples/qml \
41                ../ \
42                snippets
43
44 imagedirs   += images