feat: add server notify

This commit is contained in:
semenov
2025-01-09 12:59:10 +03:00
parent 43d0a48593
commit 8e7d22eb5c
34 changed files with 979 additions and 380 deletions

View File

@@ -18,6 +18,7 @@ DEFINES += QT_DEPRECATED_WARNINGS
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \
Core/notifycontroller.cpp \
Core/sendsystem.cpp \
Core/versioncontainer.cpp \
Core\updatecontroller.cpp \
@@ -41,7 +42,7 @@ SOURCES += \
Widgets\versionselectwidget.cpp
HEADERS += \
Core/streamingversiondata.h \
Core/notifycontroller.h \
Core/versioncontainer.h \
Core\sendsystem.h \
Core\updatecontroller.h \
@@ -52,6 +53,7 @@ HEADERS += \
Core\tcpclient.h\
Core\tools.h\
Core\hashcomparer.h \
Data/streamingversiondata.h \
Data\FileData.h\
Data\Datas.h \
UI/resourcemanager.h \