Add update_dc_event

This commit is contained in:
Gerhard Hoffmann 2023-09-09 15:08:03 +02:00
parent 838efd3945
commit 01cfbddfb1

View File

@ -78,6 +78,7 @@ contains( CONFIG, DesktopLinux ) {
SOURCES += \
main.cpp \
progress_event.cpp \
update_dc_event.cpp \
mainwindow.cpp \
utils.cpp \
update.cpp \
@ -91,6 +92,7 @@ SOURCES += \
HEADERS += \
update.h \
progress_event.h \
update_dc_event.h \
utils.h \
mainwindow.h \
git/git_client.h \