diff options
author | Oswald Buddenhagen <oswald.buddenhagen@digia.com> | 2013-01-30 17:39:26 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-02-01 17:28:06 +0100 |
commit | 43c48d5dce977af77af69455f4ef5936e448073c (patch) | |
tree | 1fc9e1e16225ec262eb853a1be7986f017417da2 | |
parent | 9e7c3f09b1cf2e4645efd7aa25f69c299f880787 (diff) | |
download | qtimageformats-43c48d5dce977af77af69455f4ef5936e448073c.tar.gz qtimageformats-43c48d5dce977af77af69455f4ef5936e448073c.tar.bz2 qtimageformats-43c48d5dce977af77af69455f4ef5936e448073c.zip |
substitute fixed version numbers in qdocconf files with variables
Change-Id: I1a61c89695b28e64000c82156bfbe0f22a45be7f
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
-rw-r--r-- | src/imageformats/doc/qtimageformats.qdocconf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imageformats/doc/qtimageformats.qdocconf b/src/imageformats/doc/qtimageformats.qdocconf index c522d32..17413bb 100644 --- a/src/imageformats/doc/qtimageformats.qdocconf +++ b/src/imageformats/doc/qtimageformats.qdocconf @@ -4,7 +4,7 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf) project = qtimageformats description = Qt Image Formats Documentation url = http://qt-project.org/doc/qtimageformats -version = 5.0.1 +version = $QT_VERSION # Directories in which to search for files to document. # Paths are relative to the location of this file. @@ -31,7 +31,7 @@ qhp.qtimageformats.file = qtimageformats.qhp # different documentation files in Creator/Assistant. The namespace ends with # a version being a number containing a major, minor and revision element. # E.g. version 1.0 becomes 100. -qhp.qtimageformats.namespace = org.qt-project.qtimageformats.501 +qhp.qtimageformats.namespace = org.qt-project.qtimageformats.$QT_VERSION_TAG # Title for the package, will be the main title for the package in # Assistant/Creator. |