summaryrefslogtreecommitdiffstats
path: root/src/multimedia
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@theqtcompany.com>2014-11-17 13:51:17 +0100
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2014-11-17 15:58:59 +0100
commitb369746ae7b1b1148c863fb8a20fb229e277b7c4 (patch)
treea7478dad16752a403ea274e40adb5a27b3b6c758 /src/multimedia
parent2020b032e83d1b61736a80a6815635aa7451deed (diff)
WinRT: Fix compilation after ANGLE update
Header inclusion is not needed, hence remove it for WinRT. Change-Id: I8117439849143975cad3dc14e36118b8da4621de Reviewed-by: Oliver Wolff <oliver.wolff@theqtcompany.com>
Diffstat (limited to 'src/multimedia')
-rw-r--r--src/multimedia/qmediaopenglhelper_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multimedia/qmediaopenglhelper_p.h b/src/multimedia/qmediaopenglhelper_p.h
index 0dbd79d47..bb445b693 100644
--- a/src/multimedia/qmediaopenglhelper_p.h
+++ b/src/multimedia/qmediaopenglhelper_p.h
@@ -47,7 +47,7 @@
#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>
#endif