aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2016-08-18 01:09:17 -0700
committerJake Petroules <jake.petroules@qt.io>2016-08-18 09:23:09 +0000
commit7e6f9516c36b2376d018578191e312b22a06c144 (patch)
tree986de1196ce93aa482e1ea2513e456e4b842d2b2
parent914f113067fc770b93b27df17f5aa81a7ba7bad1 (diff)
Disable darwin plugin on watchOS
The dependent frameworks are not available on that platform. Change-Id: I17a48c7e3136b647a3ec7f258e6979ee5dd8c9b7 Reviewed-by: Mike Krus <mike.krus@kdab.com> Reviewed-by: Erik Verbruggen <erik.verbruggen@qt.io>
-rw-r--r--src/plugins/gamepads/gamepads.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/gamepads/gamepads.pro b/src/plugins/gamepads/gamepads.pro
index f2ce56b..391407b 100644
--- a/src/plugins/gamepads/gamepads.pro
+++ b/src/plugins/gamepads/gamepads.pro
@@ -2,5 +2,5 @@ TEMPLATE = subdirs
config_sdl:SUBDIRS += sdl2
!android: contains(QT_CONFIG, evdev): SUBDIRS += evdev
win32: !wince*: SUBDIRS += xinput
-darwin: SUBDIRS += darwin
+darwin: !watchos: SUBDIRS += darwin
android: SUBDIRS += android