diff --git a/examples/opengl/contextinfo/widget.cpp b/examples/opengl/contextinfo/widget.cpp index 398f49b8ddf..bc314970397 100644 --- a/examples/opengl/contextinfo/widget.cpp +++ b/examples/opengl/contextinfo/widget.cpp @@ -81,7 +81,9 @@ struct Renderable { static struct Renderable renderables[] = { { "default", QSurfaceFormat::DefaultRenderableType }, +#ifndef Q_OS_ANDROID { "OpenGL", QSurfaceFormat::OpenGL }, +#endif { "OpenGL ES", QSurfaceFormat::OpenGLES } };