use custom command line parser
This commit is contained in:
		@@ -16,11 +16,12 @@ GIT_COMMIT=$$system("git log -1 --format=oneline | cut -d' ' -f1")
 | 
				
			|||||||
EXTENDED_VERSION="$${VERSION}-$${GIT_COMMIT}"
 | 
					EXTENDED_VERSION="$${VERSION}-$${GIT_COMMIT}"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
INCLUDEPATH += \
 | 
					INCLUDEPATH += plugins \
 | 
				
			||||||
    plugins \
 | 
					    $${INCLUDEINTERFACES}/ \
 | 
				
			||||||
    $${INCLUDEINTERFACES} \
 | 
					    $${_PRO_FILE_PWD_}/../common/ \
 | 
				
			||||||
    $${_PRO_FILE_PWD_}/../common/include
 | 
					    $${_PRO_FILE_PWD_}/../common/include
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
CONFIG += c++17
 | 
					CONFIG += c++17
 | 
				
			||||||
 | 
					
 | 
				
			||||||
DEFINES+=APP_VERSION=\\\"$$VERSION\\\"
 | 
					DEFINES+=APP_VERSION=\\\"$$VERSION\\\"
 | 
				
			||||||
@@ -67,12 +68,14 @@ SOURCES += \
 | 
				
			|||||||
        message_handler.cpp \
 | 
					        message_handler.cpp \
 | 
				
			||||||
        ../common/src/utils_internal.cpp \
 | 
					        ../common/src/utils_internal.cpp \
 | 
				
			||||||
        ../common/src/command.cpp \
 | 
					        ../common/src/command.cpp \
 | 
				
			||||||
 | 
					        ../common/src/commandline_parser.cpp \
 | 
				
			||||||
        git_command.cpp
 | 
					        git_command.cpp
 | 
				
			||||||
 | 
					
 | 
				
			||||||
HEADERS += \
 | 
					HEADERS += \
 | 
				
			||||||
        message_handler.h \
 | 
					        message_handler.h \
 | 
				
			||||||
        ../common/include/utils_internal.h \
 | 
					        ../common/include/utils_internal.h \
 | 
				
			||||||
        ../common/include/command.h \
 | 
					        ../common/include/command.h \
 | 
				
			||||||
 | 
					        ../common/include/commandline_parser.h \
 | 
				
			||||||
        git_command.h
 | 
					        git_command.h
 | 
				
			||||||
 | 
					
 | 
				
			||||||
##########################################################################################
 | 
					##########################################################################################
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user