doc: add macro for QML Language Server product name

Add a macro for QML Language Server product name.

Task-number: QTBUG-120980
Change-Id: I8b7196881a1c3777f975079c22ecbeb6f868f5a6
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
(cherry picked from commit 4ec386eeeadfd9b6cd9e64d5907c3c20493a0b68)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Sami Shalayel 2024-01-15 10:33:20 +01:00 committed by Qt Cherry-pick Bot
parent 2561c7cd65
commit 89ebbb1633

View File

@ -70,6 +70,7 @@ macro.QUL = "Qt Quick Ultralite"
macro.QtAA = "Qt for Android Automotive" macro.QtAA = "Qt for Android Automotive"
macro.QOI = "Qt Online Installer" macro.QOI = "Qt Online Installer"
macro.QMT = "Qt Maintenance Tool" macro.QMT = "Qt Maintenance Tool"
macro.QMLLS = "QML Language Server"
# The following macros are used for various Android docs. The purpose is to keep # The following macros are used for various Android docs. The purpose is to keep
# it as simple as updating these instead of updating multiple lines in scattered locations. # it as simple as updating these instead of updating multiple lines in scattered locations.