summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/input/libinput/libinput.pri
blob: 8b13da1933431bb46680a31f3d0305e395bd8fa5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
qtConfig(xkbcommon): QMAKE_USE_PRIVATE += xkbcommon

INCLUDEPATH += $$PWD/../shared