blob: f80b5f41d9504b1a02750515f9ba5619793e0ce4 [file] [log] [blame]
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
QT += xkbcommon_support-private
}