summaryrefslogtreecommitdiffstats
path: root/qmake/doc
diff options
context:
space:
mode:
authorYuhang Zhao <2546789017@qq.com>2020-05-04 15:09:16 +0800
committerYuhang Zhao <2546789017@qq.com>2020-05-05 08:24:22 +0800
commit317383217baa280b7e7401a5adc4ce976320e272 (patch)
tree4b9cb9e301589420e9ff6d01f55ab16857801694 /qmake/doc
parent5e94fdc488784b6dcf574971e1ca9824cfe58e2f (diff)
Add more entries for QMAKE_TARGET_XXX
Change-Id: I1cf4a8f19ec47247fbe469b9cc81ed80f6ba5a82 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'qmake/doc')
-rw-r--r--qmake/doc/src/qmake-manual.qdoc40
1 files changed, 38 insertions, 2 deletions
diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc
index 574722d08a..bf496e38f5 100644
--- a/qmake/doc/src/qmake-manual.qdoc
+++ b/qmake/doc/src/qmake-manual.qdoc
@@ -794,8 +794,10 @@
and \l{RC_ICONS}. The generated .rc file is automatically compiled and
linked. Elements that are added to the .rc file are defined by the system
variables \l{QMAKE_TARGET_COMPANY}, \l{QMAKE_TARGET_DESCRIPTION},
- \l{QMAKE_TARGET_COPYRIGHT}, \l{QMAKE_TARGET_PRODUCT}, \l{RC_CODEPAGE},
- \l{RC_ICONS}, \l{RC_LANG},and \l{VERSION}.
+ \l{QMAKE_TARGET_COPYRIGHT}, \l{QMAKE_TARGET_PRODUCT},
+ \l{QMAKE_TARGET_ORIGINAL_FILENAME}, \l{QMAKE_TARGET_INTERNALNAME},
+ \l{QMAKE_TARGET_COMMENTS}, \l{QMAKE_TARGET_TRADEMARKS}, \l{RC_CODEPAGE},
+ \l{RC_ICONS}, \l{RC_LANG} and \l{VERSION}.
If these elements are not sufficient, qmake has the two system variables
\l{RC_FILE} and \l{RES_FILE} that point directly to an externally created
@@ -2748,6 +2750,40 @@
This is only utilized if the \l{VERSION} or \l{RC_ICONS} variable is set
and the \l{RC_FILE} and \l{RES_FILE} variables are not set.
+ \target QMAKE_TARGET_ORIGINAL_FILENAME
+ \section1 QMAKE_TARGET_ORIGINAL_FILENAME
+
+ Windows only. Specifies the original file name for the project target;
+ this is used where applicable for putting the original file name in the
+ application's properties. This is only utilized if the \l{VERSION} or
+ \l{RC_ICONS} variable is set and the \l{RC_FILE} and \l{RES_FILE}
+ variables are not set.
+
+ \target QMAKE_TARGET_INTERNALNAME
+ \section1 QMAKE_TARGET_INTERNALNAME
+
+ Windows only. Specifies the internal name for the project target; this is
+ used where applicable for putting the internal name in the application's
+ properties. This is only utilized if the \l{VERSION} or \l{RC_ICONS}
+ variable is set and the \l{RC_FILE} and \l{RES_FILE} variables are not set.
+
+ \target QMAKE_TARGET_COMMENTS
+ \section1 QMAKE_TARGET_COMMENTS
+
+ Windows only. Specifies the comments for the project target; this is
+ used where applicable for putting the comments in the application's
+ properties. This is only utilized if the \l{VERSION} or \l{RC_ICONS}
+ variable is set and the \l{RC_FILE} and \l{RES_FILE} variables are not set.
+
+ \target QMAKE_TARGET_TRADEMARKS
+ \section1 QMAKE_TARGET_TRADEMARKS
+
+ Windows only. Specifies the trademark information for the project target;
+ this is used where applicable for putting the trademark information in the
+ application's properties. This is only utilized if the \l{VERSION} or
+ \l{RC_ICONS} variable is set and the \l{RC_FILE} and \l{RES_FILE} variables
+ are not set.
+
\section1 QMAKE_TVOS_DEPLOYMENT_TARGET
\note This variable is used on the tvOS platform only.