substitute fixed version numbers in qdocconf files with variables
Change-Id: I20bd702b481d82903f5f4a42e74a8fb8ad4e71dc Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
aa2dc1ab4b
commit
3f79f0707e
@@ -3,7 +3,7 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
|
|||||||
project = qtmultimedia
|
project = qtmultimedia
|
||||||
description = Qt Multimedia Documentation
|
description = Qt Multimedia Documentation
|
||||||
url = http://qt-project.org/doc/qtmultimedia
|
url = http://qt-project.org/doc/qtmultimedia
|
||||||
version = 5.0.1
|
version = $QT_VERSION
|
||||||
|
|
||||||
# The following parameters are for creating a qhp file, the qhelpgenerator
|
# The following parameters are for creating a qhp file, the qhelpgenerator
|
||||||
# program can convert the qhp file into a qch file which can be opened in
|
# program can convert the qhp file into a qch file which can be opened in
|
||||||
@@ -14,7 +14,7 @@ version = 5.0.1
|
|||||||
# format.
|
# format.
|
||||||
qhp.projects = qtmultimedia
|
qhp.projects = qtmultimedia
|
||||||
qhp.qtmultimedia.file = qtmultimedia.qhp
|
qhp.qtmultimedia.file = qtmultimedia.qhp
|
||||||
qhp.qtmultimedia.namespace = org.qt-project.qtmultimedia.501
|
qhp.qtmultimedia.namespace = org.qt-project.qtmultimedia.$QT_VERSION_TAG
|
||||||
qhp.qtmultimedia.indexTitle = Qt Multimedia
|
qhp.qtmultimedia.indexTitle = Qt Multimedia
|
||||||
qhp.qtmultimedia.virtualFolder = qtmultimedia
|
qhp.qtmultimedia.virtualFolder = qtmultimedia
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user