set up ATBUpdateOpkg

This commit is contained in:
Gerhard Hoffmann 2025-02-18 14:47:43 +01:00
parent 8db818f6cd
commit bc21ede1a1

View File

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