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

Change-Id: I1a61c89695b28e64000c82156bfbe0f22a45be7f
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
---
 src/imageformats/doc/qtimageformats.qdocconf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/imageformats/doc/qtimageformats.qdocconf b/src/imageformats/doc/qtimageformats.qdocconf
index c522d324..17413bb6 100644
--- a/src/imageformats/doc/qtimageformats.qdocconf
+++ b/src/imageformats/doc/qtimageformats.qdocconf
@@ -4,7 +4,7 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
 project     = qtimageformats
 description = Qt Image Formats Documentation
 url         = http://qt-project.org/doc/qtimageformats
-version     = 5.0.1
+version     = $QT_VERSION
 
 # Directories in which to search for files to document.
 # Paths are relative to the location of this file.
@@ -31,7 +31,7 @@ qhp.qtimageformats.file = qtimageformats.qhp
 # different documentation files in Creator/Assistant. The namespace ends with
 # a version being a number containing a major, minor and revision element.
 # E.g. version 1.0 becomes 100.
-qhp.qtimageformats.namespace = org.qt-project.qtimageformats.501
+qhp.qtimageformats.namespace = org.qt-project.qtimageformats.$QT_VERSION_TAG
 
 # Title for the package, will be the main title for the package in
 # Assistant/Creator.
-- 
GitLab