mirror of
https://github.com/nymea/nymea-plugins.git
synced 2026-07-25 01:46:59 +02:00
14 lines
197 B
Prolog
14 lines
197 B
Prolog
include(../plugins.pri)
|
|
|
|
TARGET = $$qtLibraryTarget(guh_devicepluginawattar)
|
|
|
|
SOURCES += \
|
|
devicepluginawattar.cpp \
|
|
heatpump.cpp
|
|
|
|
HEADERS += \
|
|
devicepluginawattar.h \
|
|
heatpump.h
|
|
|
|
|