Add a touchscreen generic qpa plugin.
authorLaszlo Agocs <laszlo.p.agocs@nokia.com>
Thu, 30 Jun 2011 09:24:35 +0000 (12:24 +0300)
committerQt by Nokia <qt-info@nokia.com>
Thu, 30 Jun 2011 13:03:28 +0000 (15:03 +0200)
commit7a9c5eea815dbc124503180d91eb835ede3f3e50
tree84e185fd74b9a2895b4195512e97e1b96e28dee6
parent46c128bbf5561562458f6f7057e74eabacebe0ec
Add a touchscreen generic qpa plugin.

Change-Id: Iaf79df05eb4f60d254d95f5d0f280a8f8f8a8de8
Reviewed-on: http://codereview.qt.nokia.com/941
Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
src/plugins/generic/touchscreen/70-qtouchscreen.rules [new file with mode: 0644]
src/plugins/generic/touchscreen/README [new file with mode: 0644]
src/plugins/generic/touchscreen/main.cpp [new file with mode: 0644]
src/plugins/generic/touchscreen/qtoucheventsenderqpa.cpp [new file with mode: 0644]
src/plugins/generic/touchscreen/qtoucheventsenderqpa.h [new file with mode: 0644]
src/plugins/generic/touchscreen/qtouchscreen.cpp [new file with mode: 0644]
src/plugins/generic/touchscreen/qtouchscreen.h [new file with mode: 0644]
src/plugins/generic/touchscreen/touchscreen.pro [new file with mode: 0644]