实现了任工需要设置的所有参数

This commit is contained in:
tangchao
2022-05-31 22:44:39 +08:00
parent 32ae01d710
commit 5a040caf18
8 changed files with 849 additions and 143 deletions

View File

@ -7,8 +7,6 @@
TARGET = witmotionDll
TEMPLATE = lib
QT += serialport
DEFINES += WITMOTIONDLL_LIBRARY
# The following define makes your compiler emit warnings if you use
@ -23,14 +21,12 @@ DEFINES += QT_DEPRECATED_WARNINGS
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \
witmotiondll.cpp \
qtserialport.cpp
witmotiondll.cpp
HEADERS += \
witmotiondll.h \
witmotiondll_global.h \
serialportbase.h \
qtserialport.h \
register.h
unix {