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
parent
adf07e9223
commit
2b7cf045bf
|
|
@ -36,7 +36,7 @@
|
|||
** $QT_END_LICENSE$
|
||||
**
|
||||
****************************************************************************/
|
||||
#include <QtCore/QtConfig>
|
||||
#include <QtCore/qglobal.h>
|
||||
#ifndef QT_NO_ACCESSIBILITY
|
||||
|
||||
#include "iaccessible2.h"
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
#ifndef IACCESSIBLE2_H
|
||||
#define IACCESSIBLE2_H
|
||||
|
||||
#include <QtCore/QtConfig>
|
||||
#include <QtCore/qglobal.h>
|
||||
#ifndef QT_NO_ACCESSIBILITY
|
||||
|
||||
#include "qwindowscombase.h"
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
**
|
||||
****************************************************************************/
|
||||
|
||||
#include <QtCore/QtConfig>
|
||||
#include <QtCore/qglobal.h>
|
||||
#ifndef QT_NO_ACCESSIBILITY
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
**
|
||||
****************************************************************************/
|
||||
|
||||
#include <QtCore/QtConfig>
|
||||
#include <QtCore/qglobal.h>
|
||||
#ifndef QT_NO_ACCESSIBILITY
|
||||
|
||||
#include "qwindowsmsaaaccessible.h"
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue