QCompilerDetection: move qsystemdetection.h to inside the include guard
Pick-to: 6.6 Task-number: QTBUG-124120 Change-Id: Ia3ca4392945a793289fb9c75f50fba1bca1c691c Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> (cherry picked from commit 785a4a7149f08fb32107e478588aeab6666d2a29) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
d3ed6f02bb
commit
3f0bc3c52a
@ -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>
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user