feat: send xml answer

This commit is contained in:
semenov
2024-08-15 15:30:22 +03:00
parent 7ba182b6cf
commit 883ac44e6b
41 changed files with 1499 additions and 876 deletions

View File

@@ -17,17 +17,18 @@ DEFINES += QT_DEPRECATED_WARNINGS
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \
Core/updatecontroller.cpp \
Core\externalexecuter.cpp\
Core\dataparser.cpp\
Core\recognizesystem.cpp\
Core\screenchecker.cpp\
Core\tcpclient.cpp\
Core\tools.cpp\
Core\UpdateController.cpp\
main.cpp \
mainwindow.cpp
HEADERS += \
Core/updatecontroller.h \
Core\externalexecuter.h\
Core\dataparser.h\
Core\FileData.h\
@@ -35,7 +36,6 @@ HEADERS += \
Core\screenchecker.h\
Core\tcpclient.h\
Core\tools.h\
Core\UpdateController.h\
Datas.h \
mainwindow.h