2020-03-24 13:17:36 +01:00

18 lines
280 B
Prolog

include(../plugins.pri)
QT += network
TARGET = $$qtLibraryTarget(nymea_integrationpluginkeba)
SOURCES += \
devicepluginkeba.cpp \
kecontact.cpp \
discovery.cpp \
host.cpp \
HEADERS += \
devicepluginkeba.h \
kecontact.h \
discovery.h \
host.h \