summaryrefslogtreecommitdiffstats
path: root/Source/qtwebkit.qdocconf
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-01-30 17:42:21 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-06 10:52:14 +0100
commitc27b9870614d273b2f369bb920a328e371b58756 (patch)
treed1f3f50faa31dae7f9fc57207dc64186ee856f7e /Source/qtwebkit.qdocconf
parent9081aae061b8d017ee492fcdeacd0d2e75c19657 (diff)
substitute fixed version numbers in qdocconf files with variables
Change-Id: I132cd94b9507ee55c8421b7297c4a38fb3b7fd04 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'Source/qtwebkit.qdocconf')
-rw-r--r--Source/qtwebkit.qdocconf4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/qtwebkit.qdocconf b/Source/qtwebkit.qdocconf
index 7c50840e8..bc3d47408 100644
--- a/Source/qtwebkit.qdocconf
+++ b/Source/qtwebkit.qdocconf
@@ -2,14 +2,14 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
project = QtWebKit
description = "Qt WebKit API Documentation"
-version = 5.0.1
+version = $QT_VERSION
# Defines the name of the project. You cannot use operators (+, =, -) in
# the name. Properties for this project are set using a qhp.<projectname>.property
# format.
qhp.projects = QtWebKit
qhp.QtWebKit.file = qtwebkit.qhp
-qhp.QtWebKit.namespace = org.qt-project.qtwebkit.501
+qhp.QtWebKit.namespace = org.qt-project.qtwebkit.$QT_VERSION_TAG
qhp.QtWebKit.indexTitle = Qt WebKit
qhp.QtWebKit.virtualFolder = qtwebkit