bernhard.trinnes 5bd077122e added discovery
2021-09-02 11:02:27 +02:00

19 lines
307 B
Prolog

include(../plugins.pri)
QT += \
network \
SOURCES += \
integrationpluginsma.cpp \
sunnywebbox.cpp \
sunnywebboxcommunication.cpp \
host.cpp \
discovery.cpp
HEADERS += \
integrationpluginsma.h \
sunnywebbox.h \
sunnywebboxcommunication.h \
host.h \
discovery.h