Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qt_android_apply_arch_suffix.qdoc
Go to the documentation of this file.
1// Copyright (C) 2020 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5\page qt-android-apply-arch-suffix.html
6\ingroup cmake-commands-qtcore
7
8\title qt_android_apply_arch_suffix
9\keyword qt6_android_apply_arch_suffix
10
11\summary {Configures the target binary's name to include an architecture-specific suffix.}
12
13\include cmake-find-package-core.qdocinc
14
15\cmakecommandsince 6.0
16\warning This command is deprecated since Qt 6.5. Use \l qt_add_executable
17or \l qt_add_library instead.
18\cmakecommandandroidonly
19
20\section1 Synopsis
21
22\badcode
23qt_android_apply_arch_suffix(target)
24\endcode
25
26\versionlessCMakeCommandsNote qt6_android_apply_arch_suffix()
27
28\section1 Description
29
30The CMake \c{SUFFIX} target property controls the suffix used on the file name
31of the target's built binary. This command is a convenience for setting that
32property to an architecture-specific value. This is useful when installing
33multiple builds for different Android architectures into the same install
34location, as it prevents the libraries for different architectures from
35overwriting each other.
36*/