summaryrefslogtreecommitdiffstats
path: root/doc/config
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2013-02-13 11:00:08 +0100
committerKai Koehne <kai.koehne@digia.com>2013-02-14 13:11:40 +0100
commit930a088c78078dd5daf2b3bcd559026f49d0dd96 (patch)
tree73f24716673af3f2e7e348118e61787500c888d8 /doc/config
parentdd32cc3b0893d1ccfbc3de397c23a9d5bef9832e (diff)
Don't hard-code version in documentation
Change-Id: Ib96057aa5103a80cbaacc27fe2330d481da70399 Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
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