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

Change-Id: I190f17d778a9a87a89f4ffe4f2bacec7e6e1014f
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
---
 src/activeqt/doc/activeqt.qdocconf | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/activeqt/doc/activeqt.qdocconf b/src/activeqt/doc/activeqt.qdocconf
index d1820b75..8dbc967c 100644
--- a/src/activeqt/doc/activeqt.qdocconf
+++ b/src/activeqt/doc/activeqt.qdocconf
@@ -3,21 +3,21 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
 project                 = ActiveQt
 description             = ActiveQt
 url                     = http://qt-project.org/doc/activeqt
-version                 = 5.0.1
+version                 = $QT_VERSION
 
 examplesinstallpath     =
 
 qhp.projects            = ActiveQt
 
 qhp.ActiveQt.file         = activeqt.qhp
-qhp.ActiveQt.namespace           = org.qt-project.activeqt.501
+qhp.ActiveQt.namespace           = org.qt-project.activeqt.$QT_VERSION_TAG
 qhp.ActiveQt.virtualFolder       = activeqt
 qhp.ActiveQt.indexTitle          = Active Qt
 qhp.ActiveQt.indexRoot           =
 
-qhp.ActiveQt.filterAttributes    = activeqt 5.0.1 qtrefdoc
-qhp.ActiveQt.customFilters.Qt.name = activeqt 5.0.1
-qhp.ActiveQt.customFilters.Qt.filterAttributes = activeqt 5.0.1
+qhp.ActiveQt.filterAttributes    = activeqt $QT_VERSION qtrefdoc
+qhp.ActiveQt.customFilters.Qt.name = activeqt $QT_VERSION
+qhp.ActiveQt.customFilters.Qt.filterAttributes = activeqt $QT_VERSION
 
 qhp.ActiveQt.subprojects         = qaxcontainerclasses qaxserverclasses
 qhp.ActiveQt.subprojects.qaxcontainerclasses.title = QAxContainer C++ Classes
-- 
GitLab