diff options
Diffstat (limited to 'doc/qtanalytics-online.qdocconf')
-rw-r--r-- | doc/qtanalytics-online.qdocconf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/qtanalytics-online.qdocconf b/doc/qtanalytics-online.qdocconf new file mode 100644 index 0000000..a8a4108 --- /dev/null +++ b/doc/qtanalytics-online.qdocconf @@ -0,0 +1,23 @@ + +HTML.footer = \ + " </div>\n" \ + " <p class=\"copy-notice\">\n" \ + " <acronym title=\"Copyright\">©</acronym> 2019 Luxoft Sweden AB.\n" \ + " Documentation contributions included herein are the copyrights of\n" \ + " 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. " \ + " Qt and respective logos are trademarks of The Qt Company Ltd. " \ + " in Finland and/or other countries worldwide. All other trademarks are property\n" \ + " of their respective owners. </p>\n" + +include($QT_INSTALL_DOCS/global/qt-html-templates-online.qdocconf) + +# Add an .html file with sidebar content, used in the online style +HTML.stylesheets += style/qt5-sidebar.html + +HTML.nosubdirs = "false" +HTML.outputsubdir = "qtanalytics" + +include(qtanalytics-project.qdocconf) |