summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2017-04-06 13:42:45 +0300
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2017-04-06 15:14:10 +0300
commitd7c431f942f47f503c3f430b5b4dc158f6f2634b (patch)
tree373f659a2e59ecb7dab5d021e69b93a9e4a0111f
parent6fcac0f580786adbb71040dfc69b36bdbb6f94e1 (diff)
downloadqtlocation-mapboxgl-d7c431f942f47f503c3f430b5b4dc158f6f2634b.tar.gz
[Qt] Fix typo in gl.hpp
-rw-r--r--src/mbgl/gl/gl.hpp2
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