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