aboutsummaryrefslogtreecommitdiffstats
path: root/src/doc/config/qtquick2drenderer.qdocconf
blob: e2f2e938f8969e6d3c8d44772362b8a113349756 (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
include($QT_INSTALL_DOCS/global/qt-html-templates-offline.qdocconf)
include($QT_INSTALL_DOCS/global/qt-cpp-defines.qdocconf)
include($QT_INSTALL_DOCS/global/fileextensions.qdocconf)

HTML.nobreadcrumbs    = "true"

HTML.footer = \
    "  <div class=\"ft\">\n" \
    "    <span></span>\n" \
    "  </div>\n" \
    "</div> \n" \
    "<div class=\"footer\">\n" \
    "    <p>\n" \
    "      <acronym title=\"Copyright\">&copy;</acronym> 2014 Digia Plc and/or its\n" \
    "      subsidiaries.</p>\n" \
    "    <p>\n" \
    "       Licensees holding valid Qt Commercial licenses may use this document in\n" \
    "       accordance with the Qt Commercial License Agreement provided with the\n" \
    "       Software or, alternatively, in accordance with the terms contained in a\n" \
    "       written agreement between you and Digia.<\p>\n" \
    "    <p>\n" \
    "      Digia, Qt and their respective logos are trademarks of Digia Plc \n" \
    "      in Finland and/or other countries worldwide. All other trademarks are property\n" \
    "      of their respective owners. <a title=\"Privacy Policy\"\n" \
    "      href=\"http://qt.digia.com/Digia-Legal-Notice--Privacy-Policy/\">Privacy Policy</a></p>\n" \
    "</div>\n"

naturallanguate             = en_US
outputencoding              = UTF-8
sourceencoding              = UTF-8

projects                    = QtQuick2dRenderer
description                 = Qt Quick 2D Renderer Documentation
version                     = $QT_VERSION

sourcedirs                   = ../src
imagedirs                    += ../images

qhp.projects            = QtQuick2dRenderer

qhp.QtQuick2dRenderer.file                  = qtquick2drenderer.qhp
qhp.QtQuick2dRenderer.namespace             = com.digia.qtquick2drenderer.$QT_VERSION_TAG
qhp.QtQuick2dRenderer.virtualFolder         = qtquick2drenderer
qhp.QtQuick2dRenderer.indexTitle            = Qt Quick 2D Renderer Documentation
qhp.QtQuick2dRenderer.indexRoot             =

qhp.QtQuick2dRenderer.subprojects           = manual
qhp.QtQuick2dRenderer.manual.index          = Qt Quick 2D Renderer
qhp.QtQuick2dRenderer.manual.indexTitle     = Qt Quick 2D Renderer
qhp.QtQuick2dRenderer.manual.type           = manual

macro.RENDERER                    = "Qt Quick 2D Renderer"

navigation.landingpage = "Qt Quick 2D Renderer"
indexes = $QT_INSTALL_DOCS/qtgui/qtgui.index \
          $QT_INSTALL_DOCS/qtquick/qtquick.index \
          $QT_INSTALL_DOCS/qtgraphicaleffects/qtgraphicaleffects.index