QWindowsEGLContext: Fix overly specific EGL include path.

Allow for using other EGL implementations besides ANGLE.

Change-Id: I64ceca477912150425e4a9328001cc911bd351bf
Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
bb10
Friedemann Kleint 2015-11-05 11:29:30 +01:00
parent 491ccf3b85
commit 0d14cdd30e
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
#include <QtGui/QOpenGLContext>
#if defined(QT_OPENGL_ES_2_ANGLE) || defined(QT_OPENGL_DYNAMIC)
# include <QtANGLE/EGL/eglext.h>
# include <EGL/eglext.h>
#endif
QT_BEGIN_NAMESPACE