summaryrefslogtreecommitdiffstats
path: root/qmake/book
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-10-11 22:21:44 +0900
committerMichele Calgaro <[email protected]>2024-10-11 22:21:44 +0900
commite93b60dfa24c4b72c1cffa7556949afe69654c02 (patch)
treec4ace60cd76f8f464683925074cb981f528b93e3 /qmake/book
parent8066b05478ac646d0410fc9cedca5f82163b53d3 (diff)
downloadtqt3-e93b60dfa24c4b72c1cffa7556949afe69654c02.tar.gz
tqt3-e93b60dfa24c4b72c1cffa7556949afe69654c02.zip
Rename uic to tquic
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'qmake/book')
-rw-r--r--qmake/book/qmake-commandreference.leaf16
-rw-r--r--qmake/book/qmake-preface.leaf2
2 files changed, 9 insertions, 9 deletions
diff --git a/qmake/book/qmake-commandreference.leaf b/qmake/book/qmake-commandreference.leaf
index 965d96190..ee2584972 100644
--- a/qmake/book/qmake-commandreference.leaf
+++ b/qmake/book/qmake-commandreference.leaf
@@ -336,7 +336,7 @@ For example:
\section3 FORMS
This variable specifies the .ui files (see \link
-designer-manual.book TQt Designer \endlink) to be processed through \e uic
+designer-manual.book TQt Designer \endlink) to be processed through \e tquic
before compiling. All dependencies, headers and source files required
to build these .ui files will automatically be added to the project.
@@ -415,7 +415,7 @@ win32:OBJECTS__DIR = c:\myproject\tmp
\target UI_DIR
\section3 UI_DIR
-This variable specifies the directory where all intermediate files from uic
+This variable specifies the directory where all intermediate files from tquic
should be placed. This variable overrides both UI_SOURCES_DIR and
UI_HEADERS_DIR.
@@ -430,7 +430,7 @@ win32:UI_DIR = c:\myproject\ui
\section3 UI_HEADERS_DIR
This variable specifies the directory where all declaration files (as
-generated by uic) should be placed.
+generated by tquic) should be placed.
For example:
@@ -443,7 +443,7 @@ win32:UI_HEADERS_DIR = c:\myproject\ui\include
\section3 UI_SOURCES_DIR
This variable specifies the directory where all implementation files (as generated
-by uic) should be placed.
+by tquic) should be placed.
For example:
@@ -1572,15 +1572,15 @@ this variable is typically handled by \e qmake or
\section3 QMAKE_UIC
-This variable contains the location of uic if it is not in the path.
+This variable contains the location of tquic if it is not in the path.
The value of this variable is typically handled by \e qmake or
\link #QMAKESPEC qmake.conf \endlink and rarely needs to be modified.
-It can be used to specify arguments to uic as well, such as additional plugin
+It can be used to specify arguments to tquic as well, such as additional plugin
paths. For example:
\code
- QMAKE_UIC = uic -L /path/to/plugin
+ QMAKE_UIC = tquic -L /path/to/plugin
\endcode
@@ -1634,7 +1634,7 @@ modified.
\section3 UICIMPLS
-This variable contains a list of the generated implementation files by UIC.
+This variable contains a list of the generated implementation files by TQUIC.
The value of this variable
is typically handled by \e qmake or \link #QMAKESPEC qmake.conf \endlink and rarely needs to be
modified.
diff --git a/qmake/book/qmake-preface.leaf b/qmake/book/qmake-preface.leaf
index 59230c092..b716903f6 100644
--- a/qmake/book/qmake-preface.leaf
+++ b/qmake/book/qmake-preface.leaf
@@ -15,4 +15,4 @@ uses \e qmake as the primary build tool for the TQt library, and for
the tools supplied with Qt.
\e qmake also takes care of Qt's special requirements, automatically
-including build rules for \link tqmoc.html tqmoc\endlink and \e uic.
+including build rules for \link tqmoc.html tqmoc\endlink and \e tquic.