添加自研批检仪检测命令

This commit is contained in:
ranchuan
2023-11-27 14:31:00 +08:00
parent b3a0d7b57c
commit a0b0f41c39
45 changed files with 3778 additions and 2628 deletions

View File

@@ -4,6 +4,10 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++11
QMAKE_CXXFLAGS +=-Wno-unused-but-set-variable -Wno-unused-function -Wno-unused-variable -Wno-sign-compare -Wno-unused-parameter -Wno-unused-variable
# The following define makes your compiler emit warnings if you use
# any Qt feature that has been marked deprecated (the exact warnings
# depend on your compiler). Please consult the documentation of the
@@ -20,6 +24,8 @@ SOURCES += \
base/check_cfg.cpp \
base/crc.cpp \
base/mycfg.cpp \
elec/elec_judge.cpp \
elec/mystring.cpp \
interface/codec.cpp \
interface/codec_m4.cpp \
interface/codec_slave.cpp \
@@ -40,6 +46,8 @@ HEADERS += \
base/crc.h \
base/file.h \
base/mycfg.h \
elec/elec_judge.h \
elec/mystring.h \
interface/codec.h \
interface/codec_m4.h \
interface/codec_slave.h \