summaryrefslogtreecommitdiffstats
path: root/doc/src/platforms/qt6CMakeCrossCompile.qdocinc
blob: 8271fd4b50fd67d936506873e218086c75f2d568 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
//! [Qt cross-compile introduction]

In Qt 6, CMake is the build tool, which supports cross-compiling,
that means the software is built on one system, but is intended to run on a different system.

The system used to build is called the \c host. The device which will run the software product is called the \c target.

//! [Qt cross-compile introduction]
*/