summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2022-06-21 11:07:20 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-06-21 22:12:21 +0000
commit2f7de47a5bd01a9d91d4e3e5afb0371c8d4f9321 (patch)
tree1046daaa6f705f941659ea17d4d2407039dce7d6
parenta4b137adce57afd6062ae33b5eea76bc80576527 (diff)
Doc: Fix online macros for commercial template
qt-module-defaults-online.qdocconf includes online-specific overrides for some of the documentation macros. This needs to happen also in the commercial template to have equivalent behavior. Change-Id: I2ca3246fbf16cef502e8eada056df6e8db573d5d Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io> (cherry picked from commit 0c82d6a75a19183658eeabf6eda7f2e8ad292e37) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/global/qt-module-defaults-online-commercial.qdocconf3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/global/qt-module-defaults-online-commercial.qdocconf b/doc/global/qt-module-defaults-online-commercial.qdocconf
index 3d21ea0122..8ecb1b23fb 100644
--- a/doc/global/qt-module-defaults-online-commercial.qdocconf
+++ b/doc/global/qt-module-defaults-online-commercial.qdocconf
@@ -15,6 +15,9 @@ include(compat.qdocconf)
include(fileextensions.qdocconf)
include(qt-html-templates-online.qdocconf)
+#override macros for online use
+include(macros-online.qdocconf)
+
#extra configuration data DITA information
include(config.qdocconf)