From 9052472150496ec1970a75ded7628e72c32d8fc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Tue, 27 Oct 2020 09:06:58 +0100 Subject: [PATCH] Sort source and header file for core lib --- libnymea-core/libnymea-core.pro | 2 ++ 1 file changed, 2 insertions(+) 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 \