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, 16 insertions, 0 deletions
diff --git a/src/plugins/generic/bsdkeyboard/bsdkeyboard.pro b/src/plugins/generic/bsdkeyboard/bsdkeyboard.pro
new file mode 100644
index 0000000000..c14c38c839
--- /dev/null
+++ b/src/plugins/generic/bsdkeyboard/bsdkeyboard.pro
@@ -0,0 +1,16 @@
+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
+