diff options
Diffstat (limited to 'qmake/book/qmake-commandreference.leaf')
-rw-r--r-- | qmake/book/qmake-commandreference.leaf | 16 |
1 files changed, 8 insertions, 8 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. |