20 lines
372 B
Prolog
20 lines
372 B
Prolog
include(../plugins.pri)
|
|
|
|
QT += network
|
|
|
|
TARGET = $$qtLibraryTarget(nymea_integrationpluginkeba)
|
|
|
|
SOURCES += \
|
|
integrationpluginkeba.cpp \
|
|
kebadiscovery.cpp \
|
|
kebaproductinfo.cpp \
|
|
kecontact.cpp \
|
|
kecontactdatalayer.cpp
|
|
|
|
HEADERS += \
|
|
integrationpluginkeba.h \
|
|
kebadiscovery.h \
|
|
kebaproductinfo.h \
|
|
kecontact.h \
|
|
kecontactdatalayer.h
|