From c8178fd52e9b07efe4d96f6c8879d5b2ccf74bb9 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Fri, 14 Sep 2018 13:08:11 +0200 Subject: Doc: Add a macro that expands to the Qt version (Major.Minor) Versioning of some QML modules follows the Qt major and minor version exactly. Add a documentation macro that expands to the short version string to help automate the QML plugin documentation. Task-number: QTBUG-67818 Change-Id: I45e7a2a1adfd6a82b828222e49b1d02b7c05897e Reviewed-by: Venugopal Shivashankar --- doc/global/macros.qdocconf | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/global/macros.qdocconf b/doc/global/macros.qdocconf index 49ad3fff9b..704b1da277 100644 --- a/doc/global/macros.qdocconf +++ b/doc/global/macros.qdocconf @@ -19,6 +19,7 @@ macro.QD = "\\e{Qt Designer}" macro.QL = "\\e{Qt Linguist}" macro.QQV = "\\e{Qt QML Viewer}" macro.QtVersion = "$QT_VERSION" +macro.QtVer = "$QT_VER" macro.param = "\\e" macro.raisedaster.HTML = "*" macro.rarrow.HTML = "→" -- cgit v1.2.3