summaryrefslogtreecommitdiff
path: root/src/configure.cmake
blob: 56f950b565597c0d464a177af13f41b8b3739fcf (plain)
1
2
3
4
5
6
7
8
9
10
11
# TODO: figure out if we need any condition for that.
# Previously was: "condition": "config.opengl"
qt_feature("location-labs-plugin" PRIVATE
    LABEL "Provides experimental QtLocation QML types"
    CONDITION TRUE
)

qt_feature("geoservices_osm" PRIVATE
    LABEL "Provides access to OpenStreetMap geoservices"
    CONDITION TRUE
)