aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcl/doc/qtquickcl.qdocconf
blob: 583111ca38ba106bcde897e5b447aff728ed05e9 (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
include($QT_INSTALL_DOCS/global/macros.qdocconf)
include($QT_INSTALL_DOCS/global/qt-cpp-defines.qdocconf)
include($QT_INSTALL_DOCS/global/compat.qdocconf)
include($QT_INSTALL_DOCS/global/fileextensions.qdocconf)
include($QT_INSTALL_DOCS/global/qt-html-templates-offline.qdocconf)

project                                            = QtQuickCL
description                                        = Qt Quick CL Reference Documentation
url                                                = http://doc.qt.io/QtQuickCL/
version                                            = 1.0

qhp.projects                                       = QtQuickCL

qhp.QtQuickCL.file                              = qtquickcl.qhp
qhp.QtQuickCL.namespace                         = com.qt.quickcl.1.0
qhp.QtQuickCL.virtualFolder                     = qtquickcl
qhp.QtQuickCL.indexTitle                        = Qt Quick CL
qhp.QtQuickCL.indexRoot                         =
qhp.QtQuickCL.filterAttributes                  = qtquickcl 1.0 qtrefdoc
qhp.QtQuickCL.customFilters.Qt.name             = QtQuickCL 1.0
qhp.QtQuickCL.customFilters.Qt.filterAttributes = qtquickcl 1.0

qhp.QtQuickCL.subprojects                       = qmltypes classes examples
qhp.QtQuickCL.subprojects.qmltypes.title        = QML Types
qhp.QtQuickCL.subprojects.qmltypes.indexTitle   = Qt Quick CL QML Types
qhp.QtQuickCL.subprojects.qmltypes.selectors    = fake:qmlclass
qhp.QtQuickCL.subprojects.qmltypes.sortPages    = true
qhp.QtQuickCL.subprojects.classes.title         = C++ Classes
qhp.QtQuickCL.subprojects.classes.indexTitle    = Qt Quick CL C++ Classes
qhp.QtQuickCL.subprojects.classes.selectors     = class fake:headerfile
qhp.QtQuickCL.subprojects.classes.sortPages     = true
qhp.QtQuickCL.subprojects.examples.title        = Examples
qhp.QtQuickCL.subprojects.examples.indexTitle   = Qt Quick CL Examples
qhp.QtQuickCL.subprojects.examples.selectors    = fake:example

HTML.footer = \
    "<div class=\"footer\">\n" \
    "    <p>\n" \
    "      <acronym title=\"Copyright\">&copy;</acronym> 2014 Digia. Qt and Qt logos are\n" \
    "      trademarks of of Digia Corporation in Finland and/or other countries worldwide.\n" \
    "    </p>\n" \
    "      All other trademarks are property of their respective owners.\n" \
    "    <br />\n" \
    "    <p>\n" \
    "      Licensees holding valid Qt Enterprise licenses may use this document in accordance\n" \
    "      with the Qt Enterprise License Agreement provided with the Software or,\n" \
    "      alternatively, in accordance with the terms contained in a written agreement\n" \
    "      between you and Digia.\n" \
    "    </p>\n" \
    "</div>\n"

indexes +=  $QT_INSTALL_DOCS/qtqml/qtqml.index \
            $QT_INSTALL_DOCS/qtquick/qtquick.index \
            $QT_INSTALL_DOCS/qtdoc/qtdoc.index \
            $QT_INSTALL_DOCS/qtquickcontrols/qtquickcontrols.index

headerdirs += ../
sourcedirs += ../
exampledirs += ../../../examples/
imagedirs  += images

navigation.landingpage    = "Qt Quick CL"
navigation.qmltypespage   = "Qt Quick CL QML Types"
navigation.cppclassespage = "Qt Quick CL C++ Classes"
buildversion              = "Qt Quick CL 1.0"