summaryrefslogtreecommitdiffstats
path: root/doc/config
diff options
context:
space:
mode:
Diffstat (limited to 'doc/config')
-rw-r--r--doc/config/installerfw-project.qdocconf2
-rw-r--r--doc/config/macros.qdocconf2
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/config/installerfw-project.qdocconf b/doc/config/installerfw-project.qdocconf
index 841414df1..3b96a00af 100644
--- a/doc/config/installerfw-project.qdocconf
+++ b/doc/config/installerfw-project.qdocconf
@@ -17,7 +17,7 @@ sources.fileextensions = "*.qdoc"
qhp.projects = InstallerFramework
qhp.InstallerFramework.file = ifw.qhp
-qhp.InstallerFramework.namespace = org.qt-project.ifw.121
+qhp.InstallerFramework.namespace = org.qt-project.ifw.$IFW_VERSION_TAG
qhp.InstallerFramework.virtualFolder = doc
qhp.InstallerFramework.indexTitle = Qt Installer Framework Manual
qhp.InstallerFramework.filterAttributes = ifw
diff --git a/doc/config/macros.qdocconf b/doc/config/macros.qdocconf
index 19960ea50..f8ce76899 100644
--- a/doc/config/macros.qdocconf
+++ b/doc/config/macros.qdocconf
@@ -39,3 +39,5 @@ macro.beginfloatright.HTML = "<div style=\"float: right; margin-left: 2em\">"
macro.endfloat.HTML = "</div>"
macro.clearfloat.HTML = "<br style=\"clear: both\" />"
macro.emptyspan.HTML = "<span></span>"
+
+macro.ifwversion = $IFW_VERSION