fead: load without animation

This commit is contained in:
semenov
2024-09-19 11:11:20 +03:00
parent f2163b97b5
commit a1a103ae1e
65 changed files with 5618 additions and 865 deletions

View File

@@ -17,6 +17,7 @@ DEFINES += QT_DEPRECATED_WARNINGS
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \
Core/sendsystem.cpp \
Core\updatecontroller.cpp \
Core\externalexecuter.cpp\
Core\dataparser.cpp\
@@ -24,10 +25,13 @@ SOURCES += \
Core\screenchecker.cpp\
Core\tcpclient.cpp\
Core\tools.cpp\
Core\hashcomparer.cpp \
main.cpp \
mainwindow.cpp
mainwindow.cpp \
updatenotifywidget.cpp
HEADERS += \
Core\sendsystem.h \
Core\updatecontroller.h \
Core\externalexecuter.h\
Core\dataparser.h\
@@ -36,11 +40,14 @@ HEADERS += \
Core\screenchecker.h\
Core\tcpclient.h\
Core\tools.h\
Core\hashcomparer.h \
Datas.h \
mainwindow.h
mainwindow.h \
updatenotifywidget.h
FORMS += \
mainwindow.ui
mainwindow.ui \
updatenotifywidget.ui
TRANSLATIONS = QtLanguage_ru.ts\
QtLanguage_eng.ts