summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/bsdmouse/bsdmouse.pro
blob: 11949b95d5b4c5aa47089a8f83eb4339082d00d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TARGET = qbsdmouseplugin

PLUGIN_TYPE = generic
PLUGIN_EXTENDS = -
PLUGIN_CLASS_NAME = QBsdMousePlugin
load(qt_plugin)

QT += core-private gui-private

HEADERS = qbsdmouse.h
SOURCES = main.cpp \
         qbsdmouse.cpp

OTHER_FILES += \
    qbsdmouse.json