加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
qServer.pro 2.98 KB
一键复制 编辑 原始数据 按行查看 历史
eomer 提交于 2020-03-18 11:53 . listen and no listen
#-------------------------------------------------
#
# Project created by QtCreator 2018-01-07T10:39:29
#
#-------------------------------------------------
QT += core gui network serialport sql
QT += bluetooth
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = qServer
TEMPLATE = app
# The following define makes your compiler emit warnings if you use
# any feature of Qt which has been marked as deprecated (the exact warnings
# depend on your compiler). Please consult the documentation of the
# deprecated API in order to know how to port your code away from it.
DEFINES += QT_DEPRECATED_WARNINGS
# You can also make your code fail to compile if you use deprecated APIs.
# In order to do so, uncomment the following line.
# You can also select to disable deprecated APIs only up to a certain version of Qt.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \
main.cpp \
mainwindow.cpp \
libproto/lib698/lib698.c \
libutil/basedef.c \
libproto/lib698/request.c \
libproto/lib698/apduType.c \
libproto/lib698/baseDataType.c \
libproto/lib698/linkManager.c \
libproto/lib698/apduManager.c \
libproto/lib3761/lib3761.c \
libproto/lib3762/lib3762.c \
libproto/libcj188/libcj188.c \
libproto/libdlt645/libdlt645.c \
libcom/libcom.cpp \
ui/comconfigform.cpp \
ui/netconfigform.cpp \
libdb/libdb.cpp \
libnet/libnet.cpp \
ui/setlogicaddr.cpp \
ui/setrs485.cpp \
libproto/protocolobj.cpp \
libproto/libstate/libstate.c \
ui/toolsdialog.cpp \
libproto/lib698/lib698obj.cpp \
libproto/lib698/oiclass.c \
libproto/lib698/objectidentify.c \
update698.cpp \
libproto/lib698/a_xdr.c
HEADERS += \
mainwindow.h \
libproto/lib698/lib698.h \
libutil/basedef.h \
libproto/lib698/request.h \
libproto/lib698/apduType.h \
libproto/lib698/baseDataType.h \
libproto/lib698/linkManager.h \
libproto/lib698/apduManager.h \
libproto/lib3761/lib3761.h \
libproto/lib3762/lib3762.h \
libproto/libcj188/libcj188.h \
libproto/libdlt645/libdlt645.h \
libcom/libcom.h \
ui/comconfigform.h \
ui/netconfigform.h \
libdb/libdb.h \
libnet/libnet.h \
ui/setlogicaddr.h \
ui/setrs485.h \
libproto/protocolobj.h \
libproto/libstate/libstate.h \
ui/toolsdialog.h \
libproto/lib698/lib698obj.h \
libproto/lib698/interfaceclass.h \
libproto/lib698/objectidentify.h \
update698.h \
libproto/lib698/a_xdr.h
FORMS += \
ui/mainwindow.ui \
ui/comconfigform.ui \
ui/netconfigform.ui \
ui/setlogicaddr.ui \
ui/setrs485.ui \
ui/toolsdialog.ui \
update698.ui
DISTFILES += \
libproto/lib698/dlt698.45.asn1 \
libproto/lib698/a-xdr.types.txt \
config/config.ini
RC_ICONS = icon/gk.ico
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化