summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/touchscreen/touchscreen.pro
blob: 60aa29c5ecc774a05d4ea9a10a5879eadb30f428 (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