read dc-verion directly from binary file

This commit is contained in:
2024-11-28 12:53:44 +01:00
parent 6663866743
commit 11524b8389
4 changed files with 31 additions and 4 deletions

View File

@@ -80,6 +80,7 @@ SOURCES += \
mainwindow.cpp \
../common/src/message_handler.cpp \
../UpdatePTUDevCtrl/commandline_parser.cpp \
../UpdatePTUDevCtrl/process/command.cpp \
update.cpp \
dc_download.cpp \
../common/src/System.cpp
@@ -89,6 +90,7 @@ HEADERS += \
mainwindow.h \
../common/include/message_handler.h \
../UpdatePTUDevCtrl/commandline_parser.h \
../UpdatePTUDevCtrl/process/command.h \
update.h \
dc_download.h \
../common/include/System.h