14 lines
220 B
Prolog
14 lines
220 B
Prolog
include(../../plugins.pri)
|
|
|
|
TARGET = $$qtLibraryTarget(guh_devicepluginnetatmo)
|
|
|
|
SOURCES += \
|
|
devicepluginnetatmo.cpp \
|
|
netatmobasestation.cpp
|
|
|
|
HEADERS += \
|
|
devicepluginnetatmo.h \
|
|
netatmobasestation.h
|
|
|
|
|