diff options
Diffstat (limited to 'src/opengl/qopenglfunctions_1_0.h')
-rw-r--r-- | src/opengl/qopenglfunctions_1_0.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/opengl/qopenglfunctions_1_0.h b/src/opengl/qopenglfunctions_1_0.h index cd945126145..4d0b325eb4e 100644 --- a/src/opengl/qopenglfunctions_1_0.h +++ b/src/opengl/qopenglfunctions_1_0.h @@ -52,7 +52,7 @@ #include <QtOpenGL/qtopenglglobal.h> -#if !defined(QT_NO_OPENGL) && !defined(QT_OPENGL_ES_2) +#if !defined(QT_NO_OPENGL) && !QT_CONFIG(opengles2) #include <QtOpenGL/QOpenGLVersionProfile> #include <QtOpenGL/QOpenGLVersionFunctions> @@ -1925,6 +1925,6 @@ inline void QOpenGLFunctions_1_0::glNewList(GLuint list, GLenum mode) QT_END_NAMESPACE -#endif // QT_NO_OPENGL && !QT_OPENGL_ES_2 +#endif // QT_NO_OPENGL && !QT_CONFIG(opengles2) #endif |