mirror of
https://github.com/nymea/nymea-plugins.git
synced 2026-07-11 23:59:59 +02:00
16 lines
229 B
Prolog
16 lines
229 B
Prolog
include(../plugins.pri)
|
|
|
|
QT += network
|
|
|
|
TARGET = $$qtLibraryTarget(nymea_integrationpluginawattar)
|
|
|
|
SOURCES += \
|
|
integrationpluginawattar.cpp \
|
|
heatpump.cpp
|
|
|
|
HEADERS += \
|
|
integrationpluginawattar.h \
|
|
heatpump.h
|
|
|
|
|