Sort source and header file for core lib

This commit is contained in:
Simon Stürz 2020-10-27 09:06:58 +01:00
parent 7cb995767c
commit 9052472150

View File

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