diff --git a/libnymea-core/libnymea-core.pro b/libnymea-core/libnymea-core.pro index 74b8f417..1a23e33a 100644 --- a/libnymea-core/libnymea-core.pro +++ b/libnymea-core/libnymea-core.pro @@ -123,6 +123,7 @@ HEADERS += nymeacore.h \ hardware/network/mqtt/mqttproviderimplementation.h \ hardware/network/mqtt/mqttchannelimplementation.h \ hardware/i2c/i2cmanagerimplementation.h \ + hardware/zigbee/zigbeehardwareresourceimplementation.h \ debugserverhandler.h \ tagging/tagsstorage.h \ tagging/tag.h \ @@ -209,6 +210,7 @@ SOURCES += nymeacore.cpp \ hardware/network/mqtt/mqttproviderimplementation.cpp \ hardware/network/mqtt/mqttchannelimplementation.cpp \ hardware/i2c/i2cmanagerimplementation.cpp \ + hardware/zigbee/zigbeehardwareresourceimplementation.cpp \ debugserverhandler.cpp \ tagging/tagsstorage.cpp \ tagging/tag.cpp \