aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 97b47fb..2151b79 100644
--- a/src/plugins/gamepads/gamepads.pro
+++ b/src/plugins/gamepads/gamepads.pro
@@ -2,6 +2,6 @@ TEMPLATE = subdirs
QT_FOR_CONFIG += gui-private gamepad-private
qtConfig(sdl2): SUBDIRS += sdl2
!android: qtConfig(evdev): SUBDIRS += evdev
-win32: !wince*: SUBDIRS += xinput
+win32: SUBDIRS += xinput
darwin: !watchos: SUBDIRS += darwin
android: !android-embedded: SUBDIRS += android