mirror of
https://github.com/nymea/nymea-plugins.git
synced 2026-07-17 00:36:35 +02:00
18 lines
286 B
Prolog
18 lines
286 B
Prolog
include(../plugins.pri)
|
|
|
|
#QT += gui
|
|
|
|
TARGET = $$qtLibraryTarget(nymea_devicepluginkeyevent)
|
|
|
|
SOURCES += \
|
|
devicepluginkeyevent.cpp \
|
|
emitkeyevent.cpp \
|
|
receivekeyevent.cpp
|
|
|
|
HEADERS += \
|
|
devicepluginkeyevent.h \
|
|
emitkeyevent.h \
|
|
keymap.h \
|
|
receivekeyevent.h
|
|
|