1 Star 0 Fork 2

光明顶魔教工程师/aes_tcp_lib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
aes_tcp_lib.pro 647 Bytes
一键复制 编辑 原始数据 按行查看 历史
yala 提交于 2020-12-26 13:02 . 修复lus 配置文件生成错误
QT -= gui
QT += network
QT +=xml
TEMPLATE = lib
DEFINES += AES_TCP_LIB_LIBRARY
CONFIG += c++11
# You can make your code fail to compile if it uses deprecated APIs.
# In order to do so, uncomment the following line.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \
aes_tcp_lib.cpp \
lus_prase.cpp \
qt_aes.cpp
HEADERS += \
aes_tcp_lib_global.h \
aes_tcp_lib.h \
lus_prase.h \
qt_aes.h
# Default rules for deployment.
unix {
target.path = /usr/lib
}
!isEmpty(target.path): INSTALLS += target
LIBS += -lssl -lcrypto
RESOURCES += \
res.qrc
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhaojun_chao/aes_tcp_lib.git
[email protected]:zhaojun_chao/aes_tcp_lib.git
zhaojun_chao
aes_tcp_lib
aes_tcp_lib
master

搜索帮助