add mqtt control
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2026-01-31 16:50:34 +11:00
parent 7cc6056e7e
commit a9c5139d55
13 changed files with 385 additions and 7 deletions

View File

@@ -37,6 +37,7 @@ SOURCES += \
pathtraverser.cpp \
immichpathtraverser.cpp \
immichclient.cpp \
mqttcontroller.cpp \
overlay.cpp \
imageselector.cpp \
appconfig.cpp \
@@ -49,6 +50,7 @@ HEADERS += \
pathtraverser.h \
immichpathtraverser.h \
immichclient.h \
mqttcontroller.h \
overlay.h \
imageswitcher.h \
imagestructs.h \
@@ -62,3 +64,4 @@ target.path = /usr/local/bin/
INSTALLS += target
unix|win32: LIBS += -lexif
unix|win32: LIBS += -lmosquitto