Start ATBUpdateSync

This commit is contained in:
2025-02-18 15:25:03 +01:00
parent 87ce6a7d54
commit 744ad52c89
3 changed files with 39 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
QT += core
TARGET = update_sync_cust_repo
TARGET = ATBUpdateSync
VERSION="1.0.0"
win32 {
@@ -64,9 +64,19 @@ contains( CONFIG, DesktopLinux ) {
}
SOURCES += \
main.cpp
main.cpp \
message_handler.cpp \
../common/src/utils_internal.cpp \
../common/src/command.cpp \
sync_command.cpp
# HEADERS += \
HEADERS += \
message_handler.h \
../common/include/utils_internal.h \
../common/include/command.h \
sync_command.h
##########################################################################################
# for running program on target through QtCreator