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

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

QT += core-private platformsupport-private

SOURCES = main.cpp

OTHER_FILES += \
    evdevmouse.json