summaryrefslogtreecommitdiffstats
path: root/qmake/doc
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2024-02-28 14:23:07 +0100
committerKai Köhne <kai.koehne@qt.io>2024-02-29 15:35:58 +0100
commitb74f814ae26b07fe1678ee58dfb651eb3d4717da (patch)
tree5dd560f1da6cceaafc51b6fb00e8d6ad6204f0cd /qmake/doc
parentd5deca54cb7456ac52a30ad668640a756a34fad0 (diff)
Doc: Further replace 'Qt Designer' with 'Qt Widgets Designer'
Use \QD macro wherever possible. Amends 8aceccc7eb075 Task-number: QTBUG-122253 Change-Id: I276dabd40fb81486f6380fd90cf9968990932a24 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'qmake/doc')
-rw-r--r--qmake/doc/src/qmake-manual.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc
index 3d553afb72..e762832821 100644
--- a/qmake/doc/src/qmake-manual.qdoc
+++ b/qmake/doc/src/qmake-manual.qdoc
@@ -5465,7 +5465,7 @@
\li \l{HEADERS} - A list of header files for the application.
\li \l{SOURCES} - A list of C++ source files for the application.
\li \l{FORMS} - A list of UI files for the application (created using
- Qt Designer).
+ \QD).
\li \l{LEXSOURCES} - A list of Lex source files for the application.
\li \l{YACCSOURCES} - A list of Yacc source files for the
application.
@@ -5600,7 +5600,7 @@
\li VERSION - The version number of the target library. For example, 2.3.1.
\endlist
- \section2 Building a Qt Designer Plugin
+ \section2 Building a Qt Widgets Designer Plugin
\QD plugins are built using a specific set of configuration settings that
depend on the way Qt was configured for your system. For convenience, these