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
cmake-commands.qdoc
Go to the documentation of this file.
1// Copyright (C) 2021 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5\group cmake-commands-qtcore
6\title CMake Commands in Qt6 Core
7\brief Lists CMake commands defined in Qt6::Core.
8
9The following CMake commands are defined when Qt6::Core is loaded, for instance
10with
11
12\code
13find_package(Qt6 REQUIRED COMPONENTS Core)
14\endcode
15
16\sa{CMake Command Reference}
17*/