diff options
Diffstat (limited to 'src/mbgl')
-rw-r--r-- | src/mbgl/gl/gl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/gl/gl.hpp b/src/mbgl/gl/gl.hpp index 3a577b289b..3e21731330 100644 --- a/src/mbgl/gl/gl.hpp +++ b/src/mbgl/gl/gl.hpp @@ -22,7 +22,7 @@ #define GL_GLEXT_PROTOTYPES #include <GLES2/gl2.h> #include <GLES2/gl2ext.h> -#elif __QT_ && QT_VERSION >= 0x050000 +#elif __QT__ && QT_VERSION >= 0x050000 #define GL_GLEXT_PROTOTYPES #include <QtGui/qopengl.h> #else |