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) { !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