summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/generic.pro
diff options
context:
space:
mode:
authorOleksandr Tymoshenko <gonzo@bluezbox.com>2016-06-16 22:54:43 -0700
committerOleksandr Tymoshenko <gonzo@bluezbox.com>2016-07-05 18:28:48 +0000
commitc9366c10bd2f1aef0c06866085383f1aff048009 (patch)
tree8327f44a3801a9fda917ae9d3cd3716b62b26c54 /src/plugins/generic/generic.pro
parent9a1af81ae12f1c642bdbb2aa6eb4ef7989590cdd (diff)
Added bsdmouse and bsdkeyboard input plugins for FreeBSD
bsdmouse implements basic and extended level of psm(4) protocol. On extended level only x and y coordinates are used. Plugin specification is device filename, default value is /dev/sysmouse. bsdkeyboard implements keyboard input for raw terminal mode. Plugin specification is device name, normally /dev/ttyv[0-9], if not provided STDIN file descriptor is used. [ChangeLog][Platform Specific Changes] Added bsdmouse and bsdkeyboard input plugins for FreeBSD. Change-Id: I3c7b6f5cc22b4f1e405d56efc8b7ef2daa1dac74 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
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 0c1943b7dd..182a60fdb5 100644
--- a/src/plugins/generic/generic.pro
+++ b/src/plugins/generic/generic.pro
@@ -17,3 +17,7 @@ contains(QT_CONFIG, tslib) {
contains(QT_CONFIG, libinput) {
SUBDIRS += libinput
}
+
+freebsd {
+ SUBDIRS += bsdkeyboard bsdmouse
+}