1 Star 0 Fork 1

Abnerg/BMS_SERIAL

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
BMS_SERIAL.pro 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
zhaohongqiang 提交于 2018-02-05 17:10 . 1、增加超时
#-------------------------------------------------
#
# Project created by QtCreator 2017-03-07T10:10:05
#
#-------------------------------------------------
QT += core gui
QT += network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = BMS_SERIAL
TEMPLATE = app
TRANSLATIONS += bms_serial.ts
SOURCES += main.cpp\
mainbmswindow.cpp \
mythread.cpp \
canmessagemodel.cpp \
bms/bms.c \
bms/config.c \
bms/Hachiko.c \
bms/log.c \
bms/tom.c \
global.cpp \
canmessagedlg.cpp \
cansendscheduler.cpp \
my_debug/comserv/tdarray.c \
my_debug/comserv/tdstr.c \
my_debug/comserv/tdstring.c \
my_debug/js/tdmalloc.c \
my_debug/tdevice/file.c
HEADERS += mainbmswindow.h \
ControlCAN.h \
mythread.h \
canmessagemodel.h \
bms/bms.h \
bms/charge.h \
bms/config.h \
bms/error.h \
bms/Hachiko.h \
bms/log.h \
global.h \
canmessagedlg.h \
cansendscheduler.h \
qcanmessage.h \
my_debug/comserv/comserv.h \
my_debug/comserv/tdarray.h \
my_debug/comserv/tdstr.h \
my_debug/comserv/tdstring.h \
my_debug/js/tdmalloc.h \
my_debug/platabs/tcomdef.h \
my_debug/tdevice/file.h \
my_debug/tdevice/tdevice.h
FORMS += mainbmswindow.ui \
canmessagedlg.ui
LIBS += $$PWD/ControlCAN.lib
LIBS += -lpthread libwsock32 libws2_32
RESOURCES += \
bms_serial.qrc
DISTFILES += \
my_debug/degSvr.exe \
bms/ontom.cfg
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/abnerg/BMS_SERIAL.git
git@gitee.com:abnerg/BMS_SERIAL.git
abnerg
BMS_SERIAL
BMS_SERIAL
master

搜索帮助