summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-01-30 17:44:11 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-06 10:52:27 +0100
commitfba7266731bc93f16630acaa46553137fc9ee832 (patch)
tree847b68f52b0d0029e49bd727f829ae3bce0e9429
parent9322f9108ac03e7d7d7460a7bfb8227f86833998 (diff)
downloadqtwebkit-examples-fba7266731bc93f16630acaa46553137fc9ee832.tar.gz
substitute fixed version numbers in qdocconf files with variables
Change-Id: I15a2d228996bc87e4a25436715c0cefabbb15faf Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
-rw-r--r--doc/qtwebkitexamples.qdocconf12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/qtwebkitexamples.qdocconf b/doc/qtwebkitexamples.qdocconf
index 138cfab..e0228ba 100644
--- a/doc/qtwebkitexamples.qdocconf
+++ b/doc/qtwebkitexamples.qdocconf
@@ -2,8 +2,8 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
project = QtWebKitExamples
description = "Qt WebKit Examples and Demos Documentation"
-url = http://qt-project.org/doc/qt-5.0/qtwebkitexamples
-version = 5.0.1
+url = http://qt-project.org/doc/qt-$QT_VER/qtwebkitexamples
+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
@@ -12,13 +12,13 @@ version = 5.0.1
qhp.projects = QtWebKitExamples
qhp.QtWebKitExamples.file = qtwebkitexamples.qhp
-qhp.QtWebKitExamples.namespace = org.qt-project.qtwebkitexamples.501
+qhp.QtWebKitExamples.namespace = org.qt-project.qtwebkitexamples.$QT_VERSION_TAG
qhp.QtWebKitExamples.indexTitle = Qt WebKit Examples
qhp.QtWebKitExamples.virtualFolder = qtwebkitexamples
qhp.QtWebKitExamples.indexRoot =
-qhp.QtWebKitExamples.filterAttributes = qtwebkitexamples 5.0.1 qtrefdoc
-qhp.QtWebKitExamples.customFilters.Qt.name = QtWebKit 5.0.1
-qhp.QtWebKitExamples.customFilters.Qt.filterAttributes = qtwebkitexamples 5.0.1
+qhp.QtWebKitExamples.filterAttributes = qtwebkitexamples $QT_VERSION qtrefdoc
+qhp.QtWebKitExamples.customFilters.Qt.name = QtWebKit $QT_VERSION
+qhp.QtWebKitExamples.customFilters.Qt.filterAttributes = qtwebkitexamples $QT_VERSION
qhp.QtWebKitExamples.subprojects = manual
qhp.QtWebKitExamples.subprojects.manual.title = Qt WebKit Examples