summaryrefslogtreecommitdiffstats
path: root/src/plugins/mousedrivers/linuxis/linuxis.pro
diff options
context:
space:
mode:
authorRobert Griebl <rgriebl@trolltech.com>2009-07-22 14:21:43 (GMT)
committerRobert Griebl <rgriebl@trolltech.com>2009-07-23 14:33:10 (GMT)
commit89fc5334c2ef0b92114284d0ffb26d65f76fdb3b (patch)
tree515915c26c1765a704f4525d744e1f4b98e7badb /src/plugins/mousedrivers/linuxis/linuxis.pro
parent29016ad7cf1e11ae9967748f91acac6f0054bbf8 (diff)
downloadQt-89fc5334c2ef0b92114284d0ffb26d65f76fdb3b.zip
Qt-89fc5334c2ef0b92114284d0ffb26d65f76fdb3b.tar.gz
Qt-89fc5334c2ef0b92114284d0ffb26d65f76fdb3b.tar.bz2
Qt/EL mouse and keyboard driver cleanup.
* removed the vr41xx, yopy and sl5000 drivers (old PDAs) * removed the bus mouse driver (ISA days should be over) * renamed the LinuxIS mouse driver to LinuxInput (consistency with the key driver) * unified the LinuxInput mouse and key driver I/O handling Reviewed-By: Paul
Diffstat (limited to 'src/plugins/mousedrivers/linuxis/linuxis.pro')
-rw-r--r--src/plugins/mousedrivers/linuxis/linuxis.pro10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/plugins/mousedrivers/linuxis/linuxis.pro b/src/plugins/mousedrivers/linuxis/linuxis.pro
deleted file mode 100644
index bcc209b..0000000
--- a/src/plugins/mousedrivers/linuxis/linuxis.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-TARGET = linuxismousehandler
-include(../../qpluginbase.pri)
-
-QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/mousedrivers
-target.path = $$[QT_INSTALL_PLUGINS]/mousedrivers
-INSTALLS += target
-
-HEADERS = linuxismousedriverplugin.h linuxismousehandler.h
-SOURCES = linuxismousedriverplugin.cpp linuxismousehandler.cpp
-