mirror of
https://github.com/nymea/nymea-plugins.git
synced 2026-07-18 00:43:48 +02:00
16 lines
295 B
Prolog
16 lines
295 B
Prolog
include(../plugins.pri)
|
|
|
|
PKGCONFIG += nymea-sunspec
|
|
|
|
QT += network serialbus
|
|
|
|
SOURCES += \
|
|
froniusnetworkreply.cpp \
|
|
froniussolarconnection.cpp \
|
|
integrationpluginfronius.cpp \
|
|
|
|
HEADERS += \
|
|
froniusnetworkreply.h \
|
|
froniussolarconnection.h \
|
|
integrationpluginfronius.h \
|