Compare commits
No commits in common. "81fd7606bdff47c0dd0797a8fb5bb14d38d727bd" and "44aa649fc9ef563e5946b15422b772c7dc112600" have entirely different histories.
81fd7606bd
...
44aa649fc9
@ -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
|
||||
|
2
main.cpp
2
main.cpp
@ -4,8 +4,6 @@
|
||||
#include <QByteArray>
|
||||
|
||||
#include "message_handler.h"
|
||||
#include "plugins/interfaces.h"
|
||||
|
||||
|
||||
#if defined (__unix__) || defined (__linux__)
|
||||
#include <unistd.h>
|
||||
|
2492
plugins/interfaces.h
2492
plugins/interfaces.h
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user