summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/evdevtouch/evdevtouch.pro
blob: f9fb4a61d8050a68e0f95c66013acc20107fe83e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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

# DEFINES += USE_MTDEV

contains(DEFINES, USE_MTDEV): LIBS += -lmtdev