summaryrefslogtreecommitdiffstats
path: root/qmake/doc/src/qmake-manual.qdoc
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2023-04-06 14:53:01 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2023-04-06 20:39:53 +0200
commitb2e586cf150e89cc18402da78a1261a962bec064 (patch)
treed3bd90922ba4bde5e4bcf3b8726174f1feb397a7 /qmake/doc/src/qmake-manual.qdoc
parent75ea098a163054f40ec57110b83e0d62f3f8059a (diff)
qmake: Clarify documentation on how to modify QMAKE_BUNDLE
The value is auto-computed from other variables and should not be set directly by the project code. Pick-to: 6.5 Fixes: QTBUG-112667 Change-Id: I6132b98f3a1ac0f9d721f390a065f6fa22db2bf6 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Diffstat (limited to 'qmake/doc/src/qmake-manual.qdoc')
-rw-r--r--qmake/doc/src/qmake-manual.qdoc7
1 files changed, 5 insertions, 2 deletions
diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc
index 92ed692f66..424900b288 100644
--- a/qmake/doc/src/qmake-manual.qdoc
+++ b/qmake/doc/src/qmake-manual.qdoc
@@ -2314,8 +2314,11 @@
\li \c ${PRODUCT_BUNDLE_IDENTIFIER}, \c @BUNDLEIDENTIFIER@
\li Expands to the target bundle's bundle identifier string,
for example: \c{com.example.myapp}. Determined by concatenating the
- values of QMAKE_TARGET_BUNDLE_PREFIX and QMAKE_BUNDLE, separated
- by a full stop (\c{.}).
+ values of \c QMAKE_TARGET_BUNDLE_PREFIX and \c QMAKE_BUNDLE, separated
+ by a full stop (\c{.}). The value of \c QMAKE_BUNDLE is derived from
+ \c QMAKE_APPLICATION_BUNDLE_NAME, \c QMAKE_PLUGIN_BUNDLE_NAME, or
+ \c QMAKE_FRAMEWORK_BUNDLE_NAME. It should not be set directly by the
+ project.
\row
\li \c ${EXECUTABLE_NAME}, \c @EXECUTABLE@, \c @LIBRARY@
\li Equivalent to the value of QMAKE_APPLICATION_BUNDLE_NAME,