summaryrefslogtreecommitdiffstats
path: root/doc/src/platforms/android/android-CMake-variables.qdoc
blob: 8ccfb41e9664b3f452ebcc5156f8b035247e5668 (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
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
\page android-build-environment-variables.html
\title Qt for Android CMake Configuration
\brief Information regarding CMake and Android platform APIs.
\ingroup android-platform-extra-topics

This page lists information regarding CMake and Qt for Android platform support.

\section1 Variables affecting the build process

This is a list of CMake variables or properties that affect the build
process including Gradle configuration:

\annotatedlist cmake-android-build-properties

\section2 Variables affecting the Android app manifest file

This is a list of CMake variables or properties that can set
some of the Android Manifest's configuration directly from CMake
without having to manually set them in the manifest.

\annotatedlist cmake-android-manifest-properties
*/