move commndline_parser to common/
This commit is contained in:
		@@ -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 \
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user