2010-06-15 14:45:14 +02:00
|
|
|
# Run qdoc from the directory that contains this file.
|
2010-12-17 20:21:27 +01:00
|
|
|
include(config/qtcreator-project.qdocconf)
|
2014-11-24 13:36:53 +01:00
|
|
|
|
|
|
|
HTML.footer = \
|
|
|
|
" </div>\n" \
|
|
|
|
" <p class=\"copy-notice\">\n" \
|
2018-03-27 16:49:14 +02:00
|
|
|
" <acronym title=\"Copyright\">©</acronym> $QTCREATOR_COPYRIGHT_YEAR The Qt Company Ltd.\n" \
|
2015-01-14 18:07:15 +01:00
|
|
|
" Documentation contributions included herein are the copyrights of\n" \
|
2014-11-24 13:36:53 +01: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. " \
|
2015-01-14 18:07:15 +01:00
|
|
|
" Qt and respective logos are trademarks of The Qt Company Ltd " \
|
2014-11-24 13:36:53 +01:00
|
|
|
" in Finland and/or other countries worldwide. All other trademarks are property\n" \
|
|
|
|
" of their respective owners. </p>\n"
|
|
|
|
|
2013-02-14 14:44:49 +01:00
|
|
|
include($QT_INSTALL_DOCS/global/qt-html-templates-online.qdocconf)
|
2014-11-24 13:36:53 +01:00
|
|
|
|
2020-11-27 18:21:33 +01:00
|
|
|
# Override macros for online use
|
|
|
|
include(../config/macros-online.qdocconf)
|
|
|
|
|
2014-11-24 13:36:53 +01:00
|
|
|
# Add an .html file with sidebar content, used in the online style
|
|
|
|
HTML.stylesheets += config/style/qt5-sidebar.html
|