2020-11-17 13:42:35 +01:00
|
|
|
#The online onfiguration for a Qt module, including Add-Ons and Tools.
|
|
|
|
#Include this file for a standard Qt module; builds with the online style.
|
2013-02-19 17:54:54 +01:00
|
|
|
|
2014-10-21 14:57:50 +02:00
|
|
|
# Start of footer - the rest is defined in qt-html-templates-online.qdocconf
|
|
|
|
HTML.footer = \
|
|
|
|
" </div>\n" \
|
|
|
|
" <p class=\"copy-notice\">\n" \
|
2025-03-27 09:56:35 +00:00
|
|
|
" <abbr title=\"Copyright\">©</abbr> 2025 The Qt Company Ltd.\n" \
|
2015-01-14 10:04:53 +01:00
|
|
|
" Documentation contributions included herein are the copyrights of\n" \
|
2014-10-21 14:57:50 +02:00
|
|
|
" their respective owners. " \
|
|
|
|
" The documentation provided herein is licensed under the terms of the" \
|
|
|
|
" <a href=\"http://www.gnu.org/licenses/fdl.html\">GNU Free Documentation" \
|
|
|
|
" License version 1.3</a> as published by the Free Software Foundation. " \
|
2022-04-28 15:44:40 +02:00
|
|
|
" Qt and respective logos are <a href=\"https://doc.qt.io/qt/trademarks.html\">" \
|
2022-05-31 09:48:58 +02:00
|
|
|
" trademarks</a> of The Qt Company Ltd. in Finland and/or other countries\n" \
|
2022-04-28 15:44:40 +02:00
|
|
|
" worldwide. All other trademarks are property of their respective owners. </p>\n"
|
2014-10-21 14:57:50 +02:00
|
|
|
|
2013-02-19 17:54:54 +01:00
|
|
|
#include standard set of macros and C++ defines and ignores
|
2012-11-19 13:45:44 +01:00
|
|
|
include(macros.qdocconf)
|
2013-02-19 17:54:54 +01:00
|
|
|
include(qt-cpp-defines.qdocconf)
|
2012-11-19 13:45:44 +01:00
|
|
|
include(compat.qdocconf)
|
2013-02-19 17:54:54 +01:00
|
|
|
include(manifest-meta.qdocconf)
|
|
|
|
include(fileextensions.qdocconf)
|
|
|
|
include(qt-html-templates-online.qdocconf)
|
2012-11-19 13:45:44 +01:00
|
|
|
|
2020-11-27 16:31:54 +01:00
|
|
|
#override macros for online use
|
|
|
|
include(macros-online.qdocconf)
|
|
|
|
|
2013-02-19 17:54:54 +01:00
|
|
|
#extra configuration data DITA information
|
|
|
|
include(config.qdocconf)
|
2014-10-21 14:57:50 +02:00
|
|
|
|
2025-05-14 10:43:27 +00:00
|
|
|
# Enable automatic linking to sources
|
|
|
|
url.sources.enabled = true
|
|
|
|
|
2014-10-21 14:57:50 +02:00
|
|
|
# single-directory output mode
|
|
|
|
HTML.nosubdirs = "true"
|
2024-01-10 14:27:29 +01:00
|
|
|
HTML.outputsubdir = "../html"
|