Remove references to interfaces.h. Add refs to device-controller
This commit is contained in:
		@@ -197,6 +197,12 @@ contains( CONFIG, PTU5 ) {
 | 
				
			|||||||
    CONFIG += link_pkgconfig
 | 
					    CONFIG += link_pkgconfig
 | 
				
			||||||
    lessThan(QT_MAJOR_VERSION, 5):   PKGCONFIG += qextserialport
 | 
					    lessThan(QT_MAJOR_VERSION, 5):   PKGCONFIG += qextserialport
 | 
				
			||||||
    QMAKE_CXXFLAGS += -O2 -std=c++17   # for GCC >= 4.7
 | 
					    QMAKE_CXXFLAGS += -O2 -std=c++17   # for GCC >= 4.7
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    PTU5BASEPATH = /opt/devel/ptu5
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    INCLUDEPATH += $$PTU5BASEPATH/qt/libs/devicecontroller/include
 | 
				
			||||||
 | 
					    LIBS += -L$$PTU5BASEPATH/qt/libs/devicecontroller/library
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # QMAKE_CXXFLAGS += -Wno-deprecated-copy
 | 
					    # QMAKE_CXXFLAGS += -Wno-deprecated-copy
 | 
				
			||||||
    ARCH = PTU5
 | 
					    ARCH = PTU5
 | 
				
			||||||
    DEFINES+=PTU5
 | 
					    DEFINES+=PTU5
 | 
				
			||||||
@@ -209,8 +215,8 @@ contains( CONFIG, PTU5_YOCTO ) {
 | 
				
			|||||||
    ARCH = PTU5
 | 
					    ARCH = PTU5
 | 
				
			||||||
    DEFINES+=PTU5
 | 
					    DEFINES+=PTU5
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # add qmqtt lib
 | 
					    LIBS += -lCAslave
 | 
				
			||||||
    #LIBS += -lQt5Qmqtt
 | 
					    LIBS += -lCAmaster
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
contains( CONFIG, DesktopLinux ) {
 | 
					contains( CONFIG, DesktopLinux ) {
 | 
				
			||||||
    greaterThan(QT_MAJOR_VERSION, 4): QT += serialport
 | 
					    greaterThan(QT_MAJOR_VERSION, 4): QT += serialport
 | 
				
			||||||
@@ -250,9 +256,7 @@ HEADERS += \
 | 
				
			|||||||
        process/command.h \
 | 
					        process/command.h \
 | 
				
			||||||
        message_handler.h \
 | 
					        message_handler.h \
 | 
				
			||||||
        worker.h \
 | 
					        worker.h \
 | 
				
			||||||
        interfaces.h \
 | 
					        commandline_parser.h
 | 
				
			||||||
        commandline_parser.h \
 | 
					 | 
				
			||||||
        plugins/interfaces.h
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
OTHER_FILES += \
 | 
					OTHER_FILES += \
 | 
				
			||||||
    ATBUpdateTool.ini
 | 
					    ATBUpdateTool.ini
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user