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:
Kai Koehne 2018-02-28 14:39:24 +01:00
parent 5ec8531696
commit 96b7672318

View File

@ -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"