mirror of https://github.com/qt/qt5compat.git
Fix compile error when including QtCore5Compat
Fixes: QTBUG-86196 Change-Id: I48a103ee3b57d4505aaf67c3d76f7a2af1f4065b Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
This commit is contained in:
parent
d675a522d6
commit
b690a43e43
|
@ -44,7 +44,6 @@
|
|||
#include <QtCore/qstringconverter.h>
|
||||
|
||||
#include <QtCore5Compat/qcore5global.h>
|
||||
#include <QtCore5Compat/qtcore5compat-config.h>
|
||||
|
||||
QT_REQUIRE_CONFIG(textcodec);
|
||||
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
#define QCORE5GLOBAL_H
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
#include <QtCore5Compat/qtcore5compat-config.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
|
Loading…
Reference in New Issue