实现了任工需要设置的所有参数
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user