Compare commits
No commits in common. "a57fa6c31e6716046b4594637cdb849b92323beb" and "e5054582c2f065515b20b80a42d89044890f05fa" have entirely different histories.
a57fa6c31e
...
e5054582c2
@ -34,11 +34,6 @@ contains( CONFIG, PTU5 ) {
|
||||
lessThan(QT_MAJOR_VERSION, 5): PKGCONFIG += qextserialport
|
||||
QMAKE_CXXFLAGS += -O2 -std=c++17 # for GCC >= 4.7
|
||||
# QMAKE_CXXFLAGS += -Wno-deprecated-copy
|
||||
PTU5BASEPATH = /opt/devel/ptu5
|
||||
|
||||
INCLUDEPATH += $$PTU5BASEPATH/qt/libs/devicecontroller/include
|
||||
LIBS += -L$$PTU5BASEPATH/qt/libs/devicecontroller/library
|
||||
|
||||
ARCH = PTU5
|
||||
DEFINES+=PTU5
|
||||
}
|
||||
|
@ -39,12 +39,6 @@ contains( CONFIG, PTU5 ) {
|
||||
lessThan(QT_MAJOR_VERSION, 5): PKGCONFIG += qextserialport
|
||||
QMAKE_CXXFLAGS += -O2 -std=c++17 # for GCC >= 4.7
|
||||
# QMAKE_CXXFLAGS += -Wno-deprecated-copy
|
||||
|
||||
PTU5BASEPATH = /opt/devel/ptu5
|
||||
|
||||
INCLUDEPATH += $$PTU5BASEPATH/qt/libs/devicecontroller/include
|
||||
LIBS += -L$$PTU5BASEPATH/qt/libs/devicecontroller/library
|
||||
|
||||
ARCH = PTU5
|
||||
DEFINES+=PTU5
|
||||
}
|
||||
@ -78,6 +72,7 @@ SOURCES += \
|
||||
|
||||
HEADERS += \
|
||||
message_handler.h \
|
||||
plugins/interfaces.h \
|
||||
process/command.h
|
||||
|
||||
OTHER_FILES += \
|
||||
|
@ -4,7 +4,7 @@
|
||||
#include <QByteArray>
|
||||
|
||||
#include "message_handler.h"
|
||||
#include <DeviceController/interfaces.h>
|
||||
#include "plugins/interfaces.h"
|
||||
|
||||
|
||||
//#include <unistd.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user