summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/touchscreen/touchscreen.pro
blob: 26725190b042c2fd44ba6adf1721a013486431e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TARGET = qtouchscreenplugin
load(qt_plugin)

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

HEADERS = \
    qtouchscreen.h \
    qtoucheventsenderqpa.h

SOURCES = main.cpp \
    qtouchscreen.cpp \
    qtoucheventsenderqpa.cpp

QT += core-private gui-private

LIBS += -ludev -lmtdev