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

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