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
parent
d807a9ebb1
commit
785a4a7149
|
|
@ -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…
Reference in New Issue