1# This template uses the default online template for qt.io
2# and modifies it for a commercial Qt component
3
4# Start of footer - the rest is defined in the default template
5HTML.footer = \
6    "  <p class=\"qt_commercial\">Available under certain Qt licenses.<br/><a href=\"http://www.qt.io/download/\">Find out more.</a></p>\n" \
7    "  </div>\n"
8
9include(macros.qdocconf)
10include(qt-cpp-defines.qdocconf)
11include(compat.qdocconf)
12#include(manifest-meta.qdocconf)
13include(fileextensions.qdocconf)
14include(qt-html-templates-online.qdocconf)
15
16#extra configuration data DITA information
17include(config.qdocconf)
18
19HTML.prologue = \
20    "<div class=\"context qt_commercial\">\n" \
21    "<a href=\"http://www.qt.io/download/\" title=\"Available under certain Qt licenses.\" ><h1 class=\"qt_commercial\">C</h1></a>\n"
22
23# Turn off single-directory output mode
24HTML.nosubdirs = "false"
25
26# Set navigation homepage
27navigation.homepage = "Qt Documentation"
28