Compare commits

..

No commits in common. "81fd7606bdff47c0dd0797a8fb5bb14d38d727bd" and "44aa649fc9ef563e5946b15422b772c7dc112600" have entirely different histories.

3 changed files with 1 additions and 2501 deletions

View File

@ -16,11 +16,6 @@ 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\\\"
@ -70,8 +65,7 @@ SOURCES += \
message_handler.cpp
HEADERS += \
message_handler.h \
plugins/interfaces.h
message_handler.h
OTHER_FILES += \
ATBDownloadDCJsonFiles.ini

View File

@ -4,8 +4,6 @@
#include <QByteArray>
#include "message_handler.h"
#include "plugins/interfaces.h"
#if defined (__unix__) || defined (__linux__)
#include <unistd.h>

File diff suppressed because it is too large Load Diff