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

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

HEADERS = \
    qevdevtouch.h

SOURCES = main.cpp \
    qevdevtouch.cpp

QT += core-private platformsupport-private

OTHER_FILES += \
    evdevtouch.json