summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qtcoreglobal_p.h
blob: 89c317e2d9732a1fdf7422881d620e6b32265629 (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

// 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

#ifndef QTCOREGLOBAL_P_H
#define QTCOREGLOBAL_P_H

//
//  W A R N I N G
//  -------------
//
// This file is not part of the Qt API.  It exists purely as an
// implementation detail.  This header file may change from version to
// version without notice, or even be removed.
//
// We mean it.
//

#include <QtCore/qtcoreglobal.h>

#include <QtCore/private/qconfig_p.h>
#include <QtCore/private/qtcore-config_p.h>

#endif // QTCOREGLOBAL_P_H