mirror of
https://github.com/nymea/nymea-plugins.git
synced 2026-07-03 22:39:55 +02:00
15 lines
245 B
Prolog
15 lines
245 B
Prolog
include(../plugins.pri)
|
|
|
|
QT += \
|
|
network \
|
|
|
|
SOURCES += \
|
|
integrationpluginsma.cpp \
|
|
sunnywebbox.cpp \
|
|
sunnywebboxcommunication.cpp \
|
|
|
|
HEADERS += \
|
|
integrationpluginsma.h \
|
|
sunnywebbox.h \
|
|
sunnywebboxcommunication.h \
|