start ATBUpdateCheck

This commit is contained in:
2025-02-06 16:25:09 +01:00
parent c98b01d002
commit 44585f2c59
6 changed files with 579 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
QT += core
TARGET = check_update
TARGET = ATBUpdateCheck
VERSION="1.0.0"
win32 {
@@ -63,9 +63,13 @@ contains( CONFIG, DesktopLinux ) {
}
SOURCES += \
main.cpp
main.cpp \
ismas_client.cpp \
message_handler.cpp
# HEADERS += \
HEADERS += \
ismas_client.h \
message_handler.h
##########################################################################################
# for running program on target through QtCreator