From 775b73a4ebaf72a3dc0daca2314ed26af4d018e1 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Tue, 21 Jun 2022 11:07:20 +0200 Subject: [PATCH] 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 (cherry picked from commit 0c82d6a75a19183658eeabf6eda7f2e8ad292e37) Reviewed-by: Qt Cherry-pick Bot --- doc/global/qt-module-defaults-online-commercial.qdocconf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/global/qt-module-defaults-online-commercial.qdocconf b/doc/global/qt-module-defaults-online-commercial.qdocconf index 3d21ea01220..8ecb1b23fb4 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)