summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qtcoreglobal.h
blob: b067f44952807b0c4f251af937204e1aaaa29fca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright (C) 2020 The Qt Company Ltd.
// Copyright (C) 2019 Intel Corporation.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

#if 0
#pragma qt_class(QtCoreGlobal)
#endif

#ifndef QTCOREGLOBAL_H
#define QTCOREGLOBAL_H

#include <QtCore/qtversionchecks.h>
#include <QtCore/qtconfigmacros.h>
#include <QtCore/qtcoreexports.h>

#endif // QTCOREGLOBAL_H