summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/input/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/platformsupport/input/.prev_CMakeLists.txt')
-rw-r--r--src/platformsupport/input/.prev_CMakeLists.txt12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/platformsupport/input/.prev_CMakeLists.txt b/src/platformsupport/input/.prev_CMakeLists.txt
index f8c05e9f97..63f88bbb63 100644
--- a/src/platformsupport/input/.prev_CMakeLists.txt
+++ b/src/platformsupport/input/.prev_CMakeLists.txt
@@ -17,7 +17,7 @@ qt_add_module(InputSupport
"../../corelib/global/qt_pch.h"
)
-#### Keys ignored in scope 3:.:.:input-support.pro:<TRUE>:
+#### Keys ignored in scope 2:.:.:input-support.pro:<TRUE>:
# MODULE = "input_support"
## Scopes:
@@ -77,13 +77,6 @@ qt_extend_target(InputSupport CONDITION QT_FEATURE_libinput
PkgConfig::Libudev
)
-qt_extend_target(InputSupport CONDITION QT_FEATURE_libinput AND QT_FEATURE_xkbcommon
- LIBRARIES
- XKB::XKB
- PUBLIC_LIBRARIES
- Qt::XkbCommonSupportPrivate
-)
-
qt_extend_target(InputSupport CONDITION QT_FEATURE_evdev OR QT_FEATURE_libinput
SOURCES
shared/devicehandlerlist_p.h
@@ -97,6 +90,3 @@ qt_extend_target(InputSupport CONDITION QT_FEATURE_integrityhid
LIBRARIES
integrityhid
)
-if(QT_FEATURE_xkbcommon)
- add_subdirectory(xkbcommon)
-endif()