From 016662616cdf73f011b0b942a0e48b4d6ce194e7 Mon Sep 17 00:00:00 2001 From: Jaishree Vyas Date: Mon, 29 Apr 2024 12:39:27 +0200 Subject: [PATCH] Doc: Add more global macros for product names Added macros in the qtbase and qttools from the wiki page Fixes: QTBUG-122652 Change-Id: Icb6892741a340ab3cba2ab596e7cbe69a88f22a0 Reviewed-by: Leena Miettinen --- doc/global/macros.qdocconf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/global/macros.qdocconf b/doc/global/macros.qdocconf index 93c6fa0ab0..450ded322a 100644 --- a/doc/global/macros.qdocconf +++ b/doc/global/macros.qdocconf @@ -56,20 +56,28 @@ macro.examplecategory = "\\meta category {\1}\n\\ingroup category \1" # Macros for product names, sorted in alphabetic order +macro.B2Q = "Boot to Qt" +macro.B2QSS = "Boot to Qt Software Stack" +macro.B2QST = "Boot to Qt Startup Screen" +macro.IFW = "Qt Installer Framework" macro.QA = "Qt Assistant" macro.QB = "Qt Bridge" macro.QBF = "Qt Bridge for Figma" macro.QBPS = "Qt Bridge for Adobe Photoshop" macro.QBSK = "Qt Bridge for Sketch" macro.QBXD = "Qt Bridge for Adobe XD" +macro.QC = "Qt Creator" macro.QD = "Qt Widgets Designer" macro.QDS = "Qt Design Studio" macro.QDV = "Qt Design Viewer" +macro.QfP = "Qt for Python" macro.QL = "Qt Linguist" macro.QMCU = "Qt for MCUs" +macro.QMLP = "QML Profiler" macro.QMLLS = "QML Language Server" macro.QMT = "Qt Maintenance Tool" macro.QOI = "Qt Online Installer" +macro.QQEM = "Qt Quick Effect Maker" macro.QQV = "Qt QML Viewer" macro.QtAA = "Qt for Android Automotive" macro.QUL = "Qt Quick Ultralite"