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