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
qtcore.qdoc
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \module QtCore
6 \title Qt Core C++ Classes
7 \ingroup modules
8 \qtcmakepackage Core
9 \qtvariable core
10
11 \brief Provides core non-GUI functionality.
12
13 All other Qt modules rely on this module.
14
15 The \l{Qt Core} page contains information about how to use the module.
16*/
17
18/*!
19 \module QtCorePrivate
20 \title Qt Core Private C++ Classes
21 \qtvariable core-private
22 \preliminary
23 \brief Provides private core functionality.
24
25//! [qtcoreprivate-usage]
26 When building with CMake, use the following commands to use
27 private Qt Core APIs:
28
29 \badcode
30 find_package(Qt6 REQUIRED COMPONENTS Core)
31 target_link_libraries(mytarget PRIVATE Qt6::CorePrivate)
32 \endcode
33//! [qtcoreprivate-usage]
34*/