summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/touchscreen/touchscreen.pro
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.p.agocs@nokia.com>2011-06-30 12:24:35 +0300
committerQt by Nokia <qt-info@nokia.com>2011-06-30 15:03:28 +0200
commit7a9c5eea815dbc124503180d91eb835ede3f3e50 (patch)
tree84e185fd74b9a2895b4195512e97e1b96e28dee6 /src/plugins/generic/touchscreen/touchscreen.pro
parent46c128bbf5561562458f6f7057e74eabacebe0ec (diff)
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>
Diffstat (limited to 'src/plugins/generic/touchscreen/touchscreen.pro')
-rw-r--r--src/plugins/generic/touchscreen/touchscreen.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/plugins/generic/touchscreen/touchscreen.pro b/src/plugins/generic/touchscreen/touchscreen.pro
new file mode 100644
index 0000000000..26725190b0
--- /dev/null
+++ b/src/plugins/generic/touchscreen/touchscreen.pro
@@ -0,0 +1,18 @@
+TARGET = qtouchscreenplugin
+load(qt_plugin)
+
+DESTDIR = $$QT.gui.plugins/generic
+target.path = $$[QT_INSTALL_PLUGINS]/generic
+INSTALLS += target
+
+HEADERS = \
+ qtouchscreen.h \
+ qtoucheventsenderqpa.h
+
+SOURCES = main.cpp \
+ qtouchscreen.cpp \
+ qtoucheventsenderqpa.cpp
+
+QT += core-private gui-private
+
+LIBS += -ludev -lmtdev