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:
Sona Kurazyan 2020-08-24 11:03:43 +02:00
parent d675a522d6
commit b690a43e43
2 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,6 @@
#include <QtCore/qstringconverter.h>
#include <QtCore5Compat/qcore5global.h>
#include <QtCore5Compat/qtcore5compat-config.h>
QT_REQUIRE_CONFIG(textcodec);

View File

@ -41,6 +41,7 @@
#define QCORE5GLOBAL_H
#include <QtCore/qglobal.h>
#include <QtCore5Compat/qtcore5compat-config.h>
QT_BEGIN_NAMESPACE