3eaed3d6.diff 603 B

1234567891011121314151617
  1. diff --git a/src/location/configure.json b/src/location/configure.json
  2. index 6d01a9a37..8d8895ce3 100644
  3. --- a/src/location/configure.json
  4. +++ b/src/location/configure.json
  5. @@ -9,7 +9,10 @@
  6. "label": "Qt.labs.location experimental QML plugin",
  7. "purpose": "Provides experimental QtLocation QML types",
  8. "section": "Location",
  9. - "condition": "config.opengl",
  10. + "condition": [
  11. + "features.gui",
  12. + "features.opengl"
  13. + ],
  14. "output": [ "privateFeature" ]
  15. },
  16. "geoservices_osm": {