summaryrefslogtreecommitdiff
path: root/doc/qtcreator.qdocconf
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-11-01 18:51:20 +0100
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-11-03 17:47:41 +0100
commit9532d4a345c1928c79f8aa0013e1e9dda37a6c70 (patch)
tree5b13f219c14cf2cf4a941f83056089a1f6e01115 /doc/qtcreator.qdocconf
parente160f071ce16dc46fdeaa03b985fe8d44fb58608 (diff)
downloadqt-creator-9532d4a345c1928c79f8aa0013e1e9dda37a6c70.tar.gz
dynamically replace creator version during build
... instead of running a sed script over a lot of files on each version increment.
Diffstat (limited to 'doc/qtcreator.qdocconf')
-rw-r--r--doc/qtcreator.qdocconf10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/qtcreator.qdocconf b/doc/qtcreator.qdocconf
index 6672a40903..9e8df7cefa 100644
--- a/doc/qtcreator.qdocconf
+++ b/doc/qtcreator.qdocconf
@@ -20,12 +20,12 @@ sources.fileextensions = "qtcreator.qdoc maemodev.qdoc symbiandev.qdoc addressb
qhp.projects = QtCreator
qhp.QtCreator.file = qtcreator.qhp
-qhp.QtCreator.namespace = com.nokia.qtcreator.2181
+qhp.QtCreator.namespace = com.nokia.qtcreator.$QTC_VERSION_TAG
qhp.QtCreator.virtualFolder = doc
qhp.QtCreator.indexTitle = Qt Creator
-qhp.QtCreator.filterAttributes = qtcreator 2.1.81
-qhp.QtCreator.customFilters.QtCreator.name = Qt Creator 2.1.81
-qhp.QtCreator.customFilters.QtCreator.filterAttributes = qtcreator 2.1.81
+qhp.QtCreator.filterAttributes = qtcreator $QTC_VERSION
+qhp.QtCreator.customFilters.QtCreator.name = Qt Creator $QTC_VERSION
+qhp.QtCreator.customFilters.QtCreator.filterAttributes = qtcreator $QTC_VERSION
qhp.QtCreator.indexRoot =
qhp.QtCreator.extraFiles = style/style.css \
style/style_ie6.css \
@@ -66,6 +66,8 @@ qhp.QtCreator.subprojects.manual.type = manual
# macros.qdocconf
+macro.qtcversion = $QTC_VERSION
+
macro.aring.HTML = "&aring;"
macro.Auml.HTML = "&Auml;"
macro.author = "\\bold{Author:}"