first commit

This commit is contained in:
2026-01-31 13:59:50 +11:00
parent 3cb2d9cb3e
commit 7a0bb14df4
10 changed files with 689 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
#
#-------------------------------------------------
QT += core gui
QT += core gui network
CONFIG += qt
CONFIG += debug
CONFIG += c++1z
@@ -35,6 +35,8 @@ SOURCES += \
mainwindow.cpp \
imageswitcher.cpp \
pathtraverser.cpp \
immichpathtraverser.cpp \
immichclient.cpp \
overlay.cpp \
imageselector.cpp \
appconfig.cpp \
@@ -45,6 +47,8 @@ HEADERS += \
mainwindow.h \
imageselector.h \
pathtraverser.h \
immichpathtraverser.h \
immichclient.h \
overlay.h \
imageswitcher.h \
imagestructs.h \