diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-04-06 13:42:45 +0300 |
---|---|---|
committer | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2017-04-06 15:14:10 +0300 |
commit | d7c431f942f47f503c3f430b5b4dc158f6f2634b (patch) | |
tree | 373f659a2e59ecb7dab5d021e69b93a9e4a0111f /src | |
parent | 6fcac0f580786adbb71040dfc69b36bdbb6f94e1 (diff) | |
download | qtlocation-mapboxgl-d7c431f942f47f503c3f430b5b4dc158f6f2634b.tar.gz |
[Qt] Fix typo in gl.hpp
Diffstat (limited to 'src')
-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 |