forked from qt-creator/qt-creator
Documentation: Fix qbs build
Amends1e1c212090
and54208113ee
. Change-Id: I1f15a118b40513382e4e1d5767781865d4458ce9 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -19,6 +19,10 @@ Product {
|
||||
|
||||
property string versionTag: qtc.qtcreator_version.replace(/\.|-/g, "")
|
||||
Qt.core.qdocEnvironment: [
|
||||
"IDE_DISPLAY_NAME=" + qtc.ide_display_name,
|
||||
"IDE_ID=" + qtc.ide_id,
|
||||
"IDE_CASED_ID=" + qtc.ide_cased_id,
|
||||
"QTCREATOR_COPYRIGHT_YEAR=" + qtc.qtcreator_copyright_year,
|
||||
"QTC_VERSION=" + qtc.qtcreator_version,
|
||||
"QTC_VERSION_TAG=" + qtc.qtcreator_version,
|
||||
"SRCDIR=" + sourceDirectory,
|
||||
|
Reference in New Issue
Block a user