Start with project file for json-download tool.

This commit is contained in:
Gerhard Hoffmann 2024-04-23 16:22:56 +02:00
parent 18d04d15cf
commit 6c0d49b90c

View File

@ -19,7 +19,8 @@ EXTENDED_VERSION="$${VERSION}-$${GIT_COMMIT}"
!contains(CONFIG, INCLUDEINTERFACES) {
INCLUDEINTERFACES=/opt/ptu5/opt/DCLibraries/include
}
INCLUDEPATH += plugins $${INCLUDEINTERFACES}
INCLUDEPATH += plugins $${INCLUDEINTERFACES} $${_PRO_FILE_PWD_}/../UpdatePTUDevCtrl
CONFIG += c++17
@ -73,12 +74,14 @@ contains( CONFIG, DesktopLinux ) {
SOURCES += \
main.cpp \
message_handler.cpp \
process/command.cpp
../UpdatePTUDevCtrl/message_handler.cpp \
../UpdatePTUDevCtrl/commandline_parser.cpp \
update.cpp
HEADERS += \
message_handler.h \
process/command.h
../UpdatePTUDevCtrl/message_handler.h \
../UpdatePTUDevCtrl/commandline_parser.h \
update.h
OTHER_FILES += \
ATBDownloadDCJsonFiles.ini