Show "display" version number in documentation

I.e. 4.3.0-rc1 instead of 4.2.83

Change-Id: I67feebc9071a8a08b5ac4c701017095e28deaa13
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Eike Ziller
2017-04-25 14:31:17 +02:00
parent f901cbffba
commit e574860cf0

View File

@@ -6,9 +6,9 @@
isEmpty(VERSION): error("Include qtcreator.pri before including docs.pri!") isEmpty(VERSION): error("Include qtcreator.pri before including docs.pri!")
qtcver.name = QTC_VERSION qtcver.name = QTC_VERSION
qtcver.value = $$VERSION qtcver.value = $$QTCREATOR_DISPLAY_VERSION
qtcvertag.name = QTC_VERSION_TAG qtcvertag.name = QTC_VERSION_TAG
qtcvertag.value = $$replace(qtcver.value, \.,) qtcvertag.value = $$replace(VERSION, \.,)
qtdocs.name = QT_INSTALL_DOCS qtdocs.name = QT_INSTALL_DOCS
qtdocs.value = $$[QT_INSTALL_DOCS/src] qtdocs.value = $$[QT_INSTALL_DOCS/src]
qdocindex.name = QDOC_INDEX_DIR qdocindex.name = QDOC_INDEX_DIR