From 546ac861c06dfd30b67812b4b5047607e8a7d1b5 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Date: Wed, 30 Jan 2013 17:44:35 +0100 Subject: [PATCH] substitute fixed version numbers in qdocconf files with variables Change-Id: I2424061251bc55cc2196c483ba421bef831a36b6 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> --- src/xmlpatterns/doc/qtxmlpatterns.qdocconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xmlpatterns/doc/qtxmlpatterns.qdocconf b/src/xmlpatterns/doc/qtxmlpatterns.qdocconf index 1db86562..c8c7d335 100644 --- a/src/xmlpatterns/doc/qtxmlpatterns.qdocconf +++ b/src/xmlpatterns/doc/qtxmlpatterns.qdocconf @@ -32,7 +32,7 @@ qhp.qtxmlpatterns.file = qtxmlpatterns.qhp # Namespace for the output file. This namespace is used to distinguish between # different documentation files in Creator/Assistant. -qhp.qtxmlpatterns.namespace = org.qt-project.qtxmlpatterns.501 +qhp.qtxmlpatterns.namespace = org.qt-project.qtxmlpatterns.$QT_VERSION_TAG # Title for the package, will be the main title for the package in # Assistant/Creator. -- GitLab