summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src/qtcore.qdoc
blob: a46add1342549a9df55aa217af172b39f3b2959f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \module QtCore
    \title Qt Core C++ Classes
    \ingroup modules
    \qtcmakepackage Core
    \qtvariable core

    \brief Provides core non-GUI functionality.

    All other Qt modules rely on this module.

    The \l{Qt Core} page contains information about how to use the module.
*/

/*!
    \module QtCorePrivate
    \title Qt Core Private C++ Classes
    \qtvariable core-private
    \preliminary
    \brief Provides private core functionality.

//! [qtcoreprivate-usage]
    When building with CMake, use the following commands to use
    private Qt Core APIs:

    \badcode
    find_package(Qt6 REQUIRED COMPONENTS Core)
    target_link_libraries(mytarget PRIVATE Qt6::CorePrivate)
    \endcode
//! [qtcoreprivate-usage]
*/