GS
The loading mechanism can be configured through the QT_OPENGL environment variable and the following application attributes:
Qt::AA_UseDesktopOpenGL Equivalent to setting QT_OPENGL to desktop.
Qt::AA_UseOpenGLES Equivalent to setting QT_OPENGL to angle.
...