summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src/cmake/cmake-commands.qdoc
blob: e185bab624a02a5b6622bb36129db2974d0c08fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
\group cmake-commands-qtcore
\title CMake Commands in Qt6 Core
\brief Lists CMake commands defined in Qt6::Core.

The following CMake commands are defined when Qt6::Core is loaded, for instance
with

\code
find_package(Qt6 REQUIRED COMPONENTS Core)
\endcode

\sa{CMake Command Reference}
*/