summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/evdevtouch/evdevtouch.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/generic/evdevtouch/evdevtouch.pro')
-rw-r--r--src/plugins/generic/evdevtouch/evdevtouch.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/plugins/generic/evdevtouch/evdevtouch.pro b/src/plugins/generic/evdevtouch/evdevtouch.pro
new file mode 100644
index 0000000000..78fe551aa2
--- /dev/null
+++ b/src/plugins/generic/evdevtouch/evdevtouch.pro
@@ -0,0 +1,14 @@
+TARGET = qevdevtouchplugin
+load(qt_plugin)
+
+DESTDIR = $$QT.gui.plugins/generic
+target.path = $$[QT_INSTALL_PLUGINS]/generic
+INSTALLS += target
+
+HEADERS = \
+ qevdevtouch.h
+
+SOURCES = main.cpp \
+ qevdevtouch.cpp
+
+QT += core-private platformsupport-private