Skip to content

Commit

Permalink
QWindowsEGLContext: Fix overly specific EGL include path.
Browse files Browse the repository at this point in the history
Allow for using other EGL implementations besides ANGLE.

Change-Id: I64ceca477912150425e4a9328001cc911bd351bf
Reviewed-by: Laszlo Agocs <[email protected]>
  • Loading branch information
Friedemann Kleint authored and Friedemann Kleint committed Nov 5, 2015
1 parent 491ccf3 commit 0d14cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/platforms/windows/qwindowseglcontext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d14cdd

Please sign in to comment.