| 1 | // Copyright (C) 2020 The Qt Company Ltd. |
|---|---|
| 2 | // Copyright (C) 2019 Intel Corporation. |
| 3 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only |
| 4 | |
| 5 | #if 0 |
| 6 | #pragma qt_class(QtCoreGlobal) |
| 7 | #endif |
| 8 | |
| 9 | #ifndef QTCOREGLOBAL_H |
| 10 | #define QTCOREGLOBAL_H |
| 11 | |
| 12 | #include <QtCore/qtversionchecks.h> |
| 13 | #include <QtCore/qtconfigmacros.h> |
| 14 | #include <QtCore/qtcoreexports.h> |
| 15 | |
| 16 | #endif // QTCOREGLOBAL_H |
| 17 |
