mirror of
https://github.com/nymea/nymea-plugins.git
synced 2026-07-11 23:59:59 +02:00
19 lines
307 B
Prolog
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
|