summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/input/libinput/libinput.pri
blob: 476f20c1b89b8fa2d3f06c538fd232098be1966a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
HEADERS += \
    $$PWD/qlibinputhandler_p.h \
    $$PWD/qlibinputpointer_p.h \
    $$PWD/qlibinputkeyboard_p.h \
    $$PWD/qlibinputtouch_p.h

SOURCES += \
    $$PWD/qlibinputhandler.cpp \
    $$PWD/qlibinputpointer.cpp \
    $$PWD/qlibinputkeyboard.cpp \
    $$PWD/qlibinputtouch.cpp

QMAKE_USE_PRIVATE += libudev libinput

INCLUDEPATH += $$PWD/../shared

qtConfig(xkbcommon): QMAKE_USE_PRIVATE += xkbcommon