summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/evdevtouch/evdevtouch.pro
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.p.agocs@nokia.com>2012-03-01 09:59:33 +0200
committerQt by Nokia <qt-info@nokia.com>2012-03-02 01:06:22 +0100
commit88374c79634469b0162bbaac108a360cfc3e3b7b (patch)
tree501c2b847b08e397c9782ad01a2ba0c81ad68570 /src/plugins/generic/evdevtouch/evdevtouch.pro
parentc3a1af63ae8a7475d093fe4372d86360cebfa541 (diff)
Add protocol type B support to the evdevtouch plugin
Also adds optional support for libmtdev (a helper library which translates transparently from type A to B when using type A kernel drivers). Change-Id: Ic9c065b2fd130e9db2dd07e7dc103e9d45c08c99 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/plugins/generic/evdevtouch/evdevtouch.pro')
-rw-r--r--src/plugins/generic/evdevtouch/evdevtouch.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/generic/evdevtouch/evdevtouch.pro b/src/plugins/generic/evdevtouch/evdevtouch.pro
index 284f1d1221..f9fb4a61d8 100644
--- a/src/plugins/generic/evdevtouch/evdevtouch.pro
+++ b/src/plugins/generic/evdevtouch/evdevtouch.pro
@@ -15,3 +15,7 @@ QT += core-private platformsupport-private
OTHER_FILES += \
evdevtouch.json
+
+# DEFINES += USE_MTDEV
+
+contains(DEFINES, USE_MTDEV): LIBS += -lmtdev