Start with project file for json-download tool.
This commit is contained in:
		@@ -19,7 +19,8 @@ EXTENDED_VERSION="$${VERSION}-$${GIT_COMMIT}"
 | 
				
			|||||||
!contains(CONFIG, INCLUDEINTERFACES) {
 | 
					!contains(CONFIG, INCLUDEINTERFACES) {
 | 
				
			||||||
    INCLUDEINTERFACES=/opt/ptu5/opt/DCLibraries/include
 | 
					    INCLUDEINTERFACES=/opt/ptu5/opt/DCLibraries/include
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
INCLUDEPATH += plugins $${INCLUDEINTERFACES}
 | 
					
 | 
				
			||||||
 | 
					INCLUDEPATH += plugins $${INCLUDEINTERFACES} $${_PRO_FILE_PWD_}/../UpdatePTUDevCtrl
 | 
				
			||||||
 | 
					
 | 
				
			||||||
CONFIG += c++17
 | 
					CONFIG += c++17
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -73,12 +74,14 @@ contains( CONFIG, DesktopLinux ) {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
SOURCES += \
 | 
					SOURCES += \
 | 
				
			||||||
        main.cpp \
 | 
					        main.cpp \
 | 
				
			||||||
        message_handler.cpp \
 | 
					        ../UpdatePTUDevCtrl/message_handler.cpp \
 | 
				
			||||||
        process/command.cpp
 | 
					        ../UpdatePTUDevCtrl/commandline_parser.cpp \
 | 
				
			||||||
 | 
					        update.cpp
 | 
				
			||||||
 | 
					
 | 
				
			||||||
HEADERS += \
 | 
					HEADERS += \
 | 
				
			||||||
        message_handler.h \
 | 
					        ../UpdatePTUDevCtrl/message_handler.h \
 | 
				
			||||||
        process/command.h
 | 
					        ../UpdatePTUDevCtrl/commandline_parser.h \
 | 
				
			||||||
 | 
					        update.h
 | 
				
			||||||
 | 
					
 | 
				
			||||||
OTHER_FILES += \
 | 
					OTHER_FILES += \
 | 
				
			||||||
    ATBDownloadDCJsonFiles.ini
 | 
					    ATBDownloadDCJsonFiles.ini
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user