From 81fd7606bdff47c0dd0797a8fb5bb14d38d727bd Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Wed, 28 Feb 2024 16:37:46 +0100 Subject: [PATCH] add interfaces.h --- DownloadDCJsonFiles.pro | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/DownloadDCJsonFiles.pro b/DownloadDCJsonFiles.pro index f4c7a0c..340b0ce 100644 --- a/DownloadDCJsonFiles.pro +++ b/DownloadDCJsonFiles.pro @@ -16,6 +16,11 @@ GIT_COMMIT=$$system("git log -1 --format=oneline | cut -d' ' -f1") EXTENDED_VERSION="$${VERSION}-$${GIT_COMMIT}" +!contains(CONFIG, INCLUDEINTERFACES) { + INCLUDEINTERFACES=/opt/ptu5/opt/DCLibraries/include +} +INCLUDEPATH += plugins $${INCLUDEINTERFACES} + CONFIG += c++17 DEFINES+=APP_VERSION=\\\"$$VERSION\\\" @@ -65,7 +70,8 @@ SOURCES += \ message_handler.cpp HEADERS += \ - message_handler.h + message_handler.h \ + plugins/interfaces.h OTHER_FILES += \ ATBDownloadDCJsonFiles.ini