From 59c342572fc2cda2cd53ae60f215c095083bbf58 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Tue, 26 Mar 2013 12:59:15 +0100 Subject: substitute fixed version numbers in qdocconf files with variables Also fix the index title Change-Id: I2bbc581a7095d4d347a4622e2ce16ca7e5e447e5 Reviewed-by: Jerome Pasion --- src/scripttools/doc/qtscripttools.qdocconf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scripttools/doc/qtscripttools.qdocconf b/src/scripttools/doc/qtscripttools.qdocconf index 362fc61..6d409ca 100644 --- a/src/scripttools/doc/qtscripttools.qdocconf +++ b/src/scripttools/doc/qtscripttools.qdocconf @@ -32,11 +32,11 @@ qhp.qtscripttools.file = qtscripttools.qhp # Namespace for the output file. This namespace is used to distinguish between # different documentation files in Creator/Assistant. -qhp.qtscripttools.namespace = org.qt-project.qtscripttools.501 +qhp.qtscripttools.namespace = org.qt-project.qtscripttools.$QT_VERSION_TAG # Title for the package, will be the main title for the package in # Assistant/Creator. -qhp.qtscripttools.indexTitle = Qt Script +qhp.qtscripttools.indexTitle = Qt Script Tools # Only update the name of the project for the next variables. qhp.qtscripttools.virtualFolder = qtscripttools -- cgit v1.2.1