-
Bug
-
Resolution: Done
-
P1: Critical
-
5.9.3
-
None
Apparently, with https://codereview.qt-project.org/#/c/210545/ we forgot to modify QGeoServiceProviderFactoryMapboxGL::createMappingManagerEngine where the condition
#ifdef Q_OS_WIN
if (QOpenGLContext::openGLModuleType() != QOpenGLContext::LibGLES) {
qWarning("The Mapbox GL plugin only supports OpenGL ES on Windows. \
Try setting the environment variable QT_OPENGL to 'angle'.");
return 0;
}
#endif
should now be changed, or else it won't create a manager
Note: it might be that this bug will make package testing fail, but if not, feel free to remove the blocker
| For Gerrit Dashboard: QTBUG-64632 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V |
| 211971,6 | Remove OpenGL ES limitation for Mapbox GL on Windows | 5.9 | qt/qtlocation | Status: MERGED | +2 | 0 |
| 212098,1 | Remove OpenGL ES limitation for Mapbox GL on Windows | 5.10.0 | qt/qtlocation | Status: ABANDONED | +1 | 0 |
| 219549,2 | Bump Mapbox GL to fix issue on Windows | 5.10.1 | qt/qtlocation | Status: MERGED | +2 | 0 |
| 224259,6 | Bump Mapbox GL to fix issue on Windows | 5.9.5 | qt/qtlocation | Status: MERGED | +2 | 0 |