Replace <QtCore/QtConfig> includes with qglobal.h

Nothing (except the *global*.h headers themselves) is supposed to include
the generated *config*.h files directly. The QtConfig forwarding header
should not exist in the first place.

Change-Id: I5e9edd25d905582381cdc6386804c1f3ef8716ae
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
bb10
Alexandru Croitor 2017-10-30 15:27:57 +01:00
parent adf07e9223
commit 2b7cf045bf
5 changed files with 5 additions and 6 deletions

View File

@ -36,7 +36,7 @@
** $QT_END_LICENSE$
**
****************************************************************************/
#include <QtCore/QtConfig>
#include <QtCore/qglobal.h>
#ifndef QT_NO_ACCESSIBILITY
#include "iaccessible2.h"

View File

@ -39,7 +39,7 @@
#ifndef IACCESSIBLE2_H
#define IACCESSIBLE2_H
#include <QtCore/QtConfig>
#include <QtCore/qglobal.h>
#ifndef QT_NO_ACCESSIBILITY
#include "qwindowscombase.h"

View File

@ -37,7 +37,7 @@
**
****************************************************************************/
#include <QtCore/QtConfig>
#include <QtCore/qglobal.h>
#ifndef QT_NO_ACCESSIBILITY

View File

@ -37,7 +37,7 @@
**
****************************************************************************/
#include <QtCore/QtConfig>
#include <QtCore/qglobal.h>
#ifndef QT_NO_ACCESSIBILITY
#include "qwindowsmsaaaccessible.h"

View File

@ -39,9 +39,8 @@
#ifndef QWINDOWSMSAAACCESSIBLE_H
#define QWINDOWSMSAAACCESSIBLE_H
#include <QtCore/QtConfig>
#ifndef QT_NO_ACCESSIBILITY
#include <QtCore/qglobal.h>
#ifndef QT_NO_ACCESSIBILITY
#include <QtCore/qt_windows.h>
#include <QtCore/qsharedpointer.h>