aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2018-11-21 19:10:44 +0100
committerOliver Wolff <oliver.wolff@qt.io>2018-11-22 07:17:49 +0000
commitc683f8feb6cfd9f3b14c85e6eca86b30b7edda9d (patch)
tree7f77113a16dc58066af37d0764d24a37bdbc002d
parent6a7639e40336089eb21ff79a2d455464c2b6d47a (diff)
Remove wince check as it is not supported
Change-Id: Ie91a95808c3e4319815bc3e760c3450bd69665cd Reviewed-by: Joerg Bornemann <joerg.bornemann@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 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