Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 \qtcmakepackage Core
23 \qtcmaketargetitem CorePrivate
24 \preliminary
25 \brief Provides private core functionality.
26
27 When building with CMake, use the following commands to use
28 private Qt Core APIs:
29
30 \badcode
31 find_package(Qt6 REQUIRED COMPONENTS Core)
32 target_link_libraries(mytarget PRIVATE Qt6::CorePrivate)
33 \endcode
34*/