14 lines
200 B
Prolog
14 lines
200 B
Prolog
include(../../plugins.pri)
|
|
|
|
TARGET = $$qtLibraryTarget(guh_devicepluginawattar)
|
|
|
|
SOURCES += \
|
|
devicepluginawattar.cpp \
|
|
heatpump.cpp
|
|
|
|
HEADERS += \
|
|
devicepluginawattar.h \
|
|
heatpump.h
|
|
|
|
|