feat: fast hash checker

This commit is contained in:
semenov
2025-09-23 09:23:04 +03:00
parent c9c62d22c0
commit 60c3d6244e
13 changed files with 17266 additions and 17077 deletions

View File

@@ -1,7 +1,7 @@
QT += core gui
QT += network
QT += xml
QT += testlib
QT += concurrent
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++11
@@ -18,6 +18,7 @@ DEFINES += QT_DEPRECATED_WARNINGS
SOURCES += \
Core/dataparseroutput.cpp \
Core/fasthashcalculator.cpp \
Core/notifycontroller.cpp \
Core/postprocessorsystem.cpp \
Core/sendsystem.cpp \
@@ -45,6 +46,7 @@ SOURCES += \
HEADERS += \
Core/dataparseroutput.h \
Core/fasthashcalculator.h \
Core/notifycontroller.h \
Core/postprocessorsystem.h \
Core/versioncontainer.h \