summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2023-06-26 09:26:34 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-07-10 17:12:21 +0000
commit66044f94cb5e7ad21d438e5f341eb5c9fae2d6f6 (patch)
tree32835f7a316eb2f1c13ad8610f794ccbd7677ac2 /qmake
parent4d4e88beb5f08bc2d5c694dcf943dbd661296eb5 (diff)
Doc: Document QMAKE_APPLE_DEVICE_ARCHS
Fixes: QTBUG-114847 Change-Id: I8211025d470cf2ef1d1755a5a18195f318661e69 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> (cherry picked from commit d10316d5f52899e4e68d7fbea9ceb08541061b80) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'qmake')
-rw-r--r--qmake/doc/src/qmake-manual.qdoc14
1 files changed, 14 insertions, 0 deletions
diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc
index 3b47a289e4..d396c238b8 100644
--- a/qmake/doc/src/qmake-manual.qdoc
+++ b/qmake/doc/src/qmake-manual.qdoc
@@ -1809,6 +1809,20 @@
\note Do not attempt to overwrite the value of this variable.
+ \section1 QMAKE_APPLE_DEVICE_ARCHS
+
+ \note This variable is used on \macos only.
+
+ Specifies a list of architectures to build for. By default, a project is
+ built for the development machine's architecture. This variable allows to
+ override the default and build for a different architecture or to create
+ multi-architecture binaries.
+
+ This variable is usually specified on the command line or in the project
+ file.
+
+ See \l{Qt for macOS} for more information.
+
\section1 QMAKE_AR_CMD
\note This variable is used on Unix platforms only.