mirror of
https://github.com/nymea/nymea-plugins.git
synced 2026-07-04 22:49:42 +02:00
19 lines
319 B
Prolog
19 lines
319 B
Prolog
include(../plugins.pri)
|
|
|
|
QT+= network
|
|
|
|
SOURCES += \
|
|
integrationpluginsenec.cpp \
|
|
senecaccount.cpp \
|
|
senecconnection.cpp \
|
|
senecdiscovery.cpp \
|
|
senecstoragelan.cpp
|
|
|
|
HEADERS += \
|
|
integrationpluginsenec.h \
|
|
senecaccount.h \
|
|
senecconnection.h \
|
|
senecdiscovery.h \
|
|
senecstoragelan.h
|
|
|