summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/evdevmouse/evdevmouse.pro
blob: c5d162fb2fa377458478d9374e57501fd2198666 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TARGET = qevdevmouseplugin
load(qt_plugin)

DESTDIR = $$QT.gui.plugins/generic
target.path = $$[QT_INSTALL_PLUGINS]/generic
INSTALLS += target

HEADERS = qevdevmouse.h

QT += core-private platformsupport-private

SOURCES = main.cpp \
          qevdevmouse.cpp

OTHER_FILES += \
    evdevmouse.json