summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/generic.pro
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2014-12-09 11:45:29 +0100
committerLaszlo Agocs <laszlo.agocs@theqtcompany.com>2014-12-20 23:26:49 +0100
commite78ec1c48aa9e8912fe9ef96d5f0eb7ef66feadf (patch)
treecd49d317d97c54ce7163dae5af1e1b16bc9e49b5 /src/plugins/generic/generic.pro
parent4016b2500dcc0394da462390a94a88e2466e154c (diff)
Add libinput support
Supports relative pointer, axis, keyboard and touch events. libinput support is only available in combination with libudev. libxkbcommon is required to perform key mapping. For now the default keymap is used always (selected when building xkbcommon). [ChangeLog][QtGui] Added a plugin to get mouse, keyboard and touch events via libinput. Change-Id: I469d8992c0cd3e79225cefaeb931697baf86a92b Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
Diffstat (limited to 'src/plugins/generic/generic.pro')
-rw-r--r--src/plugins/generic/generic.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/generic/generic.pro b/src/plugins/generic/generic.pro
index 4cdc7e7a76..82a4ad4ce8 100644
--- a/src/plugins/generic/generic.pro
+++ b/src/plugins/generic/generic.pro
@@ -9,3 +9,7 @@ contains(QT_CONFIG, tslib) {
}
SUBDIRS += tuiotouch
+
+contains(QT_CONFIG, libinput) {
+ SUBDIRS += libinput
+}