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
|
|
|
|
|