aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaishree Vyas <jaishree.vyas@qt.io>2024-01-26 23:45:25 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-03-01 12:28:58 +0000
commit8e6e019cc496e17055942e69913cdc87a8e3c3dd (patch)
tree70196720b2f342210973d10fee924676971204a9
parent6fb3c761b8e33ea4a1e2a055d23b96a5b539584f (diff)
Doc: Link is looping for Qt Quick Effect Maker
Added the macro in the config file as the name has chaged to QQEM. Fixes: QTBUG-118804 Change-Id: I88a3828b541d9ddb06316386b67c97257030e7db Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Kaj Grönholm <kaj.gronholm@qt.io> (cherry picked from commit d289b67cedb1b910f1f7eb1b3c1f95a7413defdc) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit d1f53a92a0c18ecd701daecfce7c5746f74e8910)
-rw-r--r--src/quick/doc/qtquick.qdocconf5
-rw-r--r--src/quick/doc/src/guidelines/qtquick-toolsnutilities.qdoc6
2 files changed, 7 insertions, 4 deletions
diff --git a/src/quick/doc/qtquick.qdocconf b/src/quick/doc/qtquick.qdocconf
index ab41f3e625..97caf07a2c 100644
--- a/src/quick/doc/qtquick.qdocconf
+++ b/src/quick/doc/qtquick.qdocconf
@@ -55,7 +55,8 @@ depends += \
qtshadertools \
qtsvg \
qmake \
- qtcmake
+ qtcmake \
+ qtquickeffectmaker
{headerdirs,sourcedirs} += \
.. \
@@ -108,6 +109,8 @@ navigation.qmltypespage = "Qt Quick QML Types"
macro.svgcolor.HTML = "<div style=\"padding:10px;color:#fff;background:\1;\"></div>"
macro.svgcolor.DocBook = "<db:phrase role=\"color:\1\">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</db:phrase>"
+macro.QQEM = "Qt Quick Effect Maker"
+
# YouTube video thumbnail that show up in offline docs
{HTML.extraimages,DocBook.extraFiles,qhp.QtQuick.extraFiles} += images/9BcAYDlpuT8.jpg
diff --git a/src/quick/doc/src/guidelines/qtquick-toolsnutilities.qdoc b/src/quick/doc/src/guidelines/qtquick-toolsnutilities.qdoc
index ed1d84ac23..72e0b323cd 100644
--- a/src/quick/doc/src/guidelines/qtquick-toolsnutilities.qdoc
+++ b/src/quick/doc/src/guidelines/qtquick-toolsnutilities.qdoc
@@ -24,11 +24,11 @@ UIs using simple drag-n-drop gestures that most designers are familiar with.
It offers UI elements from the Qt Quick and Qt Quick Controls modules, as well
as integration for custom UI elements.
-\section1 Qt Quick Effect Maker
+\section1 Qt Quick Effect Maker (QQEM)
-\l{Qt Quick Effect Maker} is a tool for creating shader effects for Qt Quick with
+\l{\QQEM} is a tool for creating shader effects for Qt Quick with
high productivity and performance. You can run Qt Quick Effect Maker as a
-standalone tool but it is also included in Qt Design Studio.
+standalone tool.
\section1 QML Debugger