add mqtt control
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user