From 8e6e019cc496e17055942e69913cdc87a8e3c3dd Mon Sep 17 00:00:00 2001 From: Jaishree Vyas Date: Fri, 26 Jan 2024 23:45:25 +0100 Subject: Doc: Link is looping for Qt Quick Effect Maker MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added the macro in the config file as the name has chaged to QQEM. Fixes: QTBUG-118804 Change-Id: I88a3828b541d9ddb06316386b67c97257030e7db Reviewed-by: Leena Miettinen Reviewed-by: Kaj Grönholm (cherry picked from commit d289b67cedb1b910f1f7eb1b3c1f95a7413defdc) Reviewed-by: Qt Cherry-pick Bot (cherry picked from commit d1f53a92a0c18ecd701daecfce7c5746f74e8910) --- src/quick/doc/qtquick.qdocconf | 5 ++++- src/quick/doc/src/guidelines/qtquick-toolsnutilities.qdoc | 6 +++--- 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 = "
" macro.svgcolor.DocBook = "          " +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 -- cgit v1.2.3