From f3ed57e697fc1ecb8ecc9272855fbfe8492d5bea Mon Sep 17 00:00:00 2001
From: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Date: Wed, 30 Jan 2013 17:41:10 +0100
Subject: [PATCH] substitute fixed version numbers in qdocconf files with
 variables

Change-Id: I9091efd330ce903d2f78d7ecf0ca718a001a00df
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
---
 src/script/doc/qtscript.qdocconf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/script/doc/qtscript.qdocconf b/src/script/doc/qtscript.qdocconf
index 7f8d37c4..a210ec63 100644
--- a/src/script/doc/qtscript.qdocconf
+++ b/src/script/doc/qtscript.qdocconf
@@ -32,7 +32,7 @@ qhp.qtscript.file = qtscript.qhp
 
 # Namespace for the output file. This namespace is used to distinguish between
 # different documentation files in Creator/Assistant.
-qhp.qtscript.namespace = org.qt-project.qtscript.501
+qhp.qtscript.namespace = org.qt-project.qtscript.$QT_VERSION_TAG
 
 # Title for the package, will be the main title for the package in
 # Assistant/Creator.
-- 
GitLab