QCompilerDetection: move qsystemdetection.h to inside the include guard

Pick-to: 6.7 6.6
Task-number: QTBUG-124120
Change-Id: Ia3ca4392945a793289fb9c75f50fba1bca1c691c
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
Ahmad Samir 2024-04-15 02:14:59 +02:00
parent d807a9ebb1
commit 785a4a7149
1 changed files with 1 additions and 2 deletions

View File

@ -2,8 +2,6 @@
// Copyright (C) 2016 Intel Corporation.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#include <QtCore/qsystemdetection.h>
#if 0
#pragma qt_class(QtCompilerDetection)
#pragma qt_sync_skip_header_check
@ -14,6 +12,7 @@
#define QCOMPILERDETECTION_H
#include <QtCore/qprocessordetection.h>
#include <QtCore/qsystemdetection.h>
#include <QtCore/qtconfiginclude.h>
/*