Commit 5241d8c7 authored by Oliver Wolff's avatar Oliver Wolff
Browse files

Do not build geoclue plugins on platforms != linux


While dbus might be available on other platforms, the plugin might not be
functional and thus should not be built on these.

Change-Id: I7671a3ecaba6944f99317eee4f7738a7df98ba10
Reviewed-by: default avatarAndy Shaw <andy.shaw@qt.io>
Reviewed-by: default avatarAlex Blasche <alexander.blasche@qt.io>
Showing with 2 additions and 2 deletions
......@@ -2,8 +2,8 @@ TEMPLATE = subdirs
QT_FOR_CONFIG += positioning-private
qtHaveModule(dbus):SUBDIRS += geoclue
qtHaveModule(dbus):SUBDIRS += geoclue2
linux:qtHaveModule(dbus):SUBDIRS += geoclue
linux:qtHaveModule(dbus):SUBDIRS += geoclue2
qtConfig(gypsy):SUBDIRS += gypsy
qtConfig(winrt_geolocation):SUBDIRS += winrt
qtHaveModule(simulator):SUBDIRS += simulator
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment