Skip to content

Fix build of Qt.labs.location QML plugin

Antonio Rojas requested to merge arojas/qtlocation:fix-opengl-detection into kde/5.15

Should be conditional on "features.opengl", not on "config.opengl"

Fixes a 5.15.3 regression: https://bugreports.qt.io/browse/QTBUG-101765 The issue is qmake specific, so not relevant for Qt6.

Merge request reports