summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src/cmake/qt_android_apply_arch_suffix.qdoc
blob: 5451a6727c2143abde7fdb04cca6d9d34ef0e4b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
// Copyright (C) 2020 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
\page qt_android_apply_arch_suffix.html
\ingroup cmake-commands-qtcore

\title qt_android_apply_arch_suffix
\target qt6_android_apply_arch_suffix

\summary {Configures the target binary's name to include an architecture-specific suffix.}

\include cmake-find-package-core.qdocinc

\cmakecommandsince 6.0
\preliminarycmakecommand
\cmakecommandandroidonly

\section1 Synopsis

\badcode
qt_android_apply_arch_suffix(target)
\endcode

\versionlessCMakeCommandsNote qt6_android_apply_arch_suffix()

\section1 Description

The CMake \c{SUFFIX} target property controls the suffix used on the file name
of the target's built binary. This command is a convenience for setting that
property to an architecture-specific value. This is useful when installing
multiple builds for different Android architectures into the same install
location, as it prevents the libraries for different architectures from
overwriting each other.
*/