Remove qtnamespacemacros.h and use qtconfigmacros.h instead

Change-Id: Ibae6e6e255c1bb1ee52839a051d585de81833bf9
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
(cherry picked from commit 4842cc176881ae22e14ca193fba46c6a04d09530)
This commit is contained in:
Sona Kurazyan 2022-08-09 18:53:13 +02:00
parent 10c9ae1bea
commit c834c2b918
2 changed files with 0 additions and 10 deletions

View File

@ -67,7 +67,6 @@ qt_internal_add_module(Core
global/qsysinfo.h
global/qsystemdetection.h
global/qtconfigmacros.h
global/qtnamespacemacros.h
global/qtrace_p.h
global/qtypeinfo.h
global/qvolatile_p.h

View File

@ -1,9 +0,0 @@
// Copyright (C) 2022 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#ifndef QTNAMESPACEMACROS_H
#define QTNAMESPACEMACROS_H
#include <QtCore/qtconfigmacros.h>
#endif /* QTNAMESPACEMACROS_H */