Files
MINGW-packages/mingw-w64-qt5-git/0049-do-not-include-qopengles2ext-h.patch
2016-03-30 20:39:45 +02:00

12 lines
329 B
Diff

--- a/src/gui/opengl/qopengl.h 2016-03-28 12:38:39.586289800 +0200
+++ b/src/gui/opengl/qopengl.h 2016-03-29 19:02:10.798797300 +0200
@@ -111,7 +111,7 @@
*/
typedef char GLchar;
-# include <QtGui/qopengles2ext.h>
+//# include <QtGui/qopengles2ext.h>
# endif // Q_OS_MAC
#else // non-ES2 platforms
# if defined(Q_OS_MAC)