summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/touchscreen/touchscreen.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/generic/touchscreen/touchscreen.pro')
-rw-r--r--src/plugins/generic/touchscreen/touchscreen.pro18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/plugins/generic/touchscreen/touchscreen.pro b/src/plugins/generic/touchscreen/touchscreen.pro
deleted file mode 100644
index 60aa29c5ec..0000000000
--- a/src/plugins/generic/touchscreen/touchscreen.pro
+++ /dev/null
@@ -1,18 +0,0 @@
-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