summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src/plugin-classes.qdoc
blob: dab3e74e8279585a5b8fd97e03dabbb7ed0140f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \group plugins
    \title Plugin Classes
    \ingroup groups

    \brief Plugin related classes.

    These \l{Qt Core} classes deal with shared libraries, (for example, .so and DLL
    files), and with Qt plugins.

    See the \l{How to Create Qt Plugins} page for more information.
*/