summaryrefslogtreecommitdiffstats
path: root/qmake/doc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2024-02-22 10:31:17 +0000
committerTopi Reinio <topi.reinio@qt.io>2024-02-29 14:35:58 +0000
commita4ce469a275df3c3718554167600257e89fc3b0f (patch)
treebcc3850fcf925087594136f71f167a0a3bb5b6d0 /qmake/doc
parentb74f814ae26b07fe1678ee58dfb651eb3d4717da (diff)
Doc: qmake manual: Fix links to 'Qt Widgets Designer'
'Qt Designer', and related documentation links, were renamed to 'Qt Widgets Designer'. Amends 8aceccc7eb075cef442dfe725137068d90e40940. Task-number: QTBUG-122253 Change-Id: I38d8b221716de59fe8faefbd4928eb1007e19b81 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'qmake/doc')
-rw-r--r--qmake/doc/src/qmake-manual.qdoc10
1 files changed, 6 insertions, 4 deletions
diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc
index e762832821..31d3f824e7 100644
--- a/qmake/doc/src/qmake-manual.qdoc
+++ b/qmake/doc/src/qmake-manual.qdoc
@@ -1462,9 +1462,10 @@
\section1 FORMS
- Specifies the UI files (see \l{Qt Designer Manual}) to be processed by \c uic
- before compiling. All dependencies, headers and source files required
- to build these UI files will automatically be added to the project.
+ Specifies the UI files (see \l{Qt Widgets Designer Manual}) to be processed
+ by \c uic before compiling. All dependencies, headers and source files
+ required to build these UI files will automatically be added to the
+ project.
For example:
@@ -5611,7 +5612,8 @@
QT += widgets designer
\endcode
- See the \l{Qt Designer Examples} for more examples of plugin-based projects.
+ See the \l{Qt Widgets Designer Examples} for more examples of plugin-based
+ projects.
\section1 Building and Installing in Debug and Release Modes