Update copyright year in documentation template and copy-notice paragraphs. Pick-to: 6.6 6.5 6.2 Change-Id: I0ff70bbd5925078e80e6799ac80cfc8e6e68a2a0 Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> (cherry picked from commit 091096fed7c69b8c61b313dc1b3b6fe40d42e0b4) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
40 lines
988 B
Plaintext
40 lines
988 B
Plaintext
#Include this file to inherit configuration related to Qt Project based modules.
|
|
|
|
dita.metadata.default.author = Qt Project
|
|
dita.metadata.default.permissions = all
|
|
dita.metadata.default.publisher = Qt Project
|
|
dita.metadata.default.copyryear = 2024
|
|
dita.metadata.default.copyrholder = The Qt Company Ltd
|
|
dita.metadata.default.audience = programmer
|
|
|
|
#Set the main Qt index.html
|
|
navigation.homepage = index.html
|
|
navigation.hometitle = "Qt $QT_VER"
|
|
|
|
#Words to ignore for auto-linking
|
|
ignorewords += \
|
|
macOS \
|
|
WebChannel \
|
|
WebSocket \
|
|
WebSockets \
|
|
OpenGL
|
|
|
|
# Omit \since information for items introduced before Qt 6
|
|
ignoresince = 6.0
|
|
|
|
sourcedirs += includes $$BUILDDIR
|
|
exampledirs += snippets
|
|
|
|
url = https://doc.qt.io/qt
|
|
|
|
defines += qt6
|
|
|
|
# Require Qt modules to define qhp.projects
|
|
qhp = true
|
|
|
|
# Disable writing host-specific paths into .index files
|
|
locationinfo = false
|
|
|
|
# Include the warninglimit used for documentation testing in CI
|
|
include(warninglimit.qdocconf)
|