From 9fa2f31eb911ab3d64286af43961b7fe0b8afbea Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 18 Sep 2016 13:36:53 +0200 Subject: [PATCH 02/31] Ensure GLdouble is defined when using dynamic OpenGL FIXME: Not sure whether this is still required --- src/gui/opengl/qopenglfunctions.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gui/opengl/qopenglfunctions.h b/src/gui/opengl/qopenglfunctions.h index 4554291bbd..23d55bddeb 100644 --- a/src/gui/opengl/qopenglfunctions.h +++ b/src/gui/opengl/qopenglfunctions.h @@ -56,9 +56,7 @@ //#define Q_ENABLE_OPENGL_FUNCTIONS_DEBUG -#ifdef QT_OPENGL_ES typedef double GLdouble; -#endif #ifdef Q_ENABLE_OPENGL_FUNCTIONS_DEBUG #include -- 2.28.0