summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src/cmake/cmake-commands.qdoc
blob: 7e98c16e418f7bffd5210b9b6588a43aed20e00c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// 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

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}
*/