move commndline_parser to common/

This commit is contained in:
2025-09-15 13:23:29 +02:00
parent 34cc077937
commit 3b6f22e93b
2 changed files with 4 additions and 4 deletions

View File

@@ -77,7 +77,7 @@ contains( CONFIG, DesktopLinux ) {
SOURCES += \ SOURCES += \
main.cpp \ main.cpp \
../common/src/message_handler.cpp \ ../common/src/message_handler.cpp \
../UpdatePTUDevCtrl/commandline_parser.cpp \ ../common/src/commandline_parser.cpp \
update.cpp \ update.cpp \
../common/src/System.cpp \ ../common/src/System.cpp \
../common/src/utils_internal.cpp \ ../common/src/utils_internal.cpp \
@@ -86,7 +86,7 @@ SOURCES += \
HEADERS += \ HEADERS += \
../common/include/message_handler.h \ ../common/include/message_handler.h \
../UpdatePTUDevCtrl/commandline_parser.h \ ../common/src/commandline_parser.h \
update.h \ update.h \
../common/include/System.h \ ../common/include/System.h \
../common/include/utils_internal.h \ ../common/include/utils_internal.h \

View File

@@ -79,13 +79,13 @@ contains( CONFIG, DesktopLinux ) {
SOURCES += \ SOURCES += \
main.cpp \ main.cpp \
../UpdatePTUDevCtrl/message_handler.cpp \ ../UpdatePTUDevCtrl/message_handler.cpp \
../UpdatePTUDevCtrl/commandline_parser.cpp \ ../common/src/commandline_parser.cpp \
update.cpp \ update.cpp \
../common/src/System.cpp ../common/src/System.cpp
HEADERS += \ HEADERS += \
../UpdatePTUDevCtrl/message_handler.h \ ../UpdatePTUDevCtrl/message_handler.h \
../UpdatePTUDevCtrl/commandline_parser.h \ ../common/include/commandline_parser.h \
update.h \ update.h \
../common/include/System.h ../common/include/System.h