Doc: Fix CI warnings qtbase

Change-Id: I4e5a2d3494b86008bde234447ef701ea2d6447f6
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
bb10
Nico Vertriest 2021-01-27 08:04:43 +01:00
parent 3a5a404a53
commit 407ce5c0af
1 changed files with 2 additions and 2 deletions

View File

@ -127,8 +127,8 @@
On Windows, ANGLE, a third-party OpenGL ES to Direct 3D translator, is no
longer included in Qt. This means Qt::AA_UseOpenGLES and the environment
variable \c{QT_OPENGL=angle} no longer have any effect. In \l{Qt for Windows -
Requirements}{dynamic OpenGL builds} there is no automatic fallback to ANGLE in
variable \c{QT_OPENGL=angle} no longer have any effect.
In \l{Dynamically Loading OpenGL}{dynamic OpenGL builds} there is no automatic fallback to ANGLE in
case OpenGL proper fails to initialize. For QWindow or QWidget based
applications using OpenGL directly, for example via QOpenGLWidget, this means
that OpenGL proper is the only option at run time. However, the alternative of