summaryrefslogtreecommitdiffstats
path: root/src/doc/config/html-offline.qdocconf
blob: f9c92b7225f71d3f2262ce3454209e61daed5863 (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
# use the global Qt template with modifications to the html footer
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"

# \welcome macro is used in online docs, no output in offline mode
macro.welcome.HTML    = "\n"

HTML.footer = \
    "  <div class=\"ft\">\n" \
    "    <span></span>\n" \
    "  </div>\n" \
    "</div> \n" \
    "<div class=\"footer\">\n" \
    "    <p>\n" \
    "      <acronym title=\"Copyright\">&copy;</acronym> 2016 The Qt Company Ltd.</p>\n" \
    "    <p>\n" \
    "       Licensees holding valid commercial Qt licenses may use this document in\n" \
    "       accordance with the commercial license agreement provided with the\n" \
    "       Software or, alternatively, in accordance with the terms contained in a\n" \
    "       written agreement between you and The Qt Company.<\p>\n" \
    "    <p>\n" \
    "      Qt and respective logos are trademarks of The Qt Company \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://www.qt.io/terms-conditions/#section-2\">Privacy Policy</a></p>\n" \
    "</div>\n"