This commit is contained in:
2025-10-16 12:37:54 +02:00
parent dbc93d83c9
commit 33cc88eaf6

View File

@@ -16,7 +16,8 @@ CONFIG -= app_bundle
SOURCES += \
main.cpp \
mqtt.cpp \
pws2mqtt.cpp
pws2mqtt.cpp \
utcicalculator.cpp
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
@@ -27,5 +28,6 @@ HEADERS += \
httpserver.h \
mqtt.h \
pws2mqtt.h \
utcicalculator.h \
version.h