Commit b369746a authored by Maurice Kalinowski's avatar Maurice Kalinowski Committed by Jani Heikkinen
Browse files

WinRT: Fix compilation after ANGLE update


Header inclusion is not needed, hence remove it for WinRT.

Change-Id: I8117439849143975cad3dc14e36118b8da4621de
Reviewed-by: default avatarOliver Wolff <oliver.wolff@theqtcompany.com>
Showing with 1 addition and 1 deletion
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
#include <QtGui/QOpenGLContext> #include <QtGui/QOpenGLContext>
#if defined(Q_OS_WIN) && (defined(QT_OPENGL_ES_2) || defined(QT_OPENGL_DYNAMIC)) #if defined(Q_OS_WIN) && !defined(Q_OS_WINRT) && (defined(QT_OPENGL_ES_2) || defined(QT_OPENGL_DYNAMIC))
#include <EGL/egl.h> #include <EGL/egl.h>
#endif #endif
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment