mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-04-27 22:14:32 +00:00
Avoid including macro.qdocconf from Qt documentation
From Qt 5.11 onwards, macro.qdocconf requires QT_VERSION environment variable to be defined. Just copy the two custom commands we use in IFW. Task-number: QTIFW-1103 Change-Id: Ib2d81e0f9e7b5518206efaf2a219ceb8109f6490 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
parent
5ec8531696
commit
96b7672318
@ -1,4 +1,3 @@
|
||||
include($QT_INSTALL_DOCS/global/macros.qdocconf)
|
||||
include($QT_INSTALL_DOCS/global/qt-cpp-defines.qdocconf)
|
||||
include($QT_INSTALL_DOCS/global/compat.qdocconf)
|
||||
include($QT_INSTALL_DOCS/global/fileextensions.qdocconf)
|
||||
@ -45,6 +44,11 @@ qhp.InstallerFramework.subprojects.manual.type = manual
|
||||
|
||||
macro.ifwversion = $IFW_VERSION
|
||||
|
||||
# commands borrowed from qtbase/doc/global/macros.qdocconf
|
||||
|
||||
macro.gui = "\\b"
|
||||
macro.key = "\\b"
|
||||
|
||||
# Doxygen compatibility commands
|
||||
|
||||
macro.see = "\\sa"
|
||||
|
Loading…
x
Reference in New Issue
Block a user