summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/bsdkeyboard/bsdkeyboard.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/generic/bsdkeyboard/bsdkeyboard.pro')
-rw-r--r--src/plugins/generic/bsdkeyboard/bsdkeyboard.pro16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/plugins/generic/bsdkeyboard/bsdkeyboard.pro b/src/plugins/generic/bsdkeyboard/bsdkeyboard.pro
deleted file mode 100644
index c14c38c839..0000000000
--- a/src/plugins/generic/bsdkeyboard/bsdkeyboard.pro
+++ /dev/null
@@ -1,16 +0,0 @@
-TARGET = qbsdkeyboardplugin
-
-PLUGIN_TYPE = generic
-PLUGIN_EXTENDS = -
-PLUGIN_CLASS_NAME = QBsdKeyboardPlugin
-load(qt_plugin)
-
-QT += core gui-private
-
-HEADERS = qbsdkeyboard.h
-SOURCES = main.cpp \
- qbsdkeyboard.cpp
-
-OTHER_FILES += \
- qbsdkeyboard.json
-