当前位置:网站首页>qt5静态链接openssl错误处理
qt5静态链接openssl错误处理
2022-07-21 16:20:00 【a Explorer】
1、q_X509_free”: 找不到标识符
打开$(QT_SOURCE_DIR)/qtbase/src/network/ssl 目录,打开qsslcertificate_p.h,在QT_BEGIN_NAMESPACE上一行添加:
#include "qsslsocket_openssl_symbols_p.h"
添加后
2、derdata": 不是"qsslcertificateprivate" 的成员
同样是这个文件,定位到下面语句所在行
bool subjectMatchesIssuer;
找到它的上一行
#ifdef QT_NO_OPENSSL
修改其中的ifdef为ifndef,修改后为
3、重新编译,openssl部分顺利通过
边栏推荐
- kubernetes 静态存储与动态存储
- Outlook 教程,如何在 Outlook 中设置规则?
- 多线程和并发编程(三)
- 编程学习的资料分享
- Dynamics CRM: 批量导入数据来更新记录的注意事项
- Dynamics 365: how to remove the restriction that an entity can only create two access team templates
- 单片机入门:LED灯循环左移点亮
- 开发动态 | StoneDB 2022年版本发布里程碑
- 单片机入门:LED灯闪烁
- Dynamics CRM: 本地部署的服务器中, Sandbox, Unzip, VSS, Asynchronous还有Monitor服务的作用
猜你喜欢
How to open multiple wechat on the computer
Dynamics CRM:表单中移除一个控件时,提示“The field you are trying to remove is required by the system or business“
Dynamics CRM: 本地部署的服务器中, Sandbox, Unzip, VSS, Asynchronous还有Monitor服务的作用
Dynamics crm: how to create an automatic numbering attribute for an entity
Dynamics CRM: 对于实体Form中的Tab和Section控件的一些说明
Development dynamics | stonedb 2022 release milestone
mysql搭建主从同步-手把手使用docker搭建
跟我读论文丨Multi-Model Text Recognition Network
tsconfig. JSON cannot find any input in the configuration file. What should I do?
如何让游戏中的随机因素重新赢得玩家信任
随机推荐
Dynamics CRM: 如何监控和管理Workflow process,并查看它们的运行历史
Dynamics CRM: 本地部署的服务器中, Sandbox, Unzip, VSS, Asynchronous还有Monitor服务的作用
Three processes of PMP preparation in 2022 -- Challenge (1)
Pytorch 32 onnx model will change the solution every time the output results
个人实战经验:数据建模 “账户数据是属于维度还是账户域 ”
15. 谈谈这几个常见的多线程面试题
Application between azure service bus and dynamics 365 service endpoint
Outlook 教程,如何在 Outlook 中设置规则?
数据库学习 – select(多表联查)[通俗易懂]
Unity skframework framework (I), audio manager
单片机入门:点亮第一个LED小灯
Leetcode 1288. 删除被覆盖区间(可以,已解决)
Azure key vault (2): create azure key vault
Dynamics CRM: 查询字符串参数(Query String Parameters)的使用方法
How to upload wechat applet developed by uniapp to wechat applet platform - complete and simple steps
Tianzheng T20 v8.0 complete software installation package download and installation tutorial
How to isomorphism + cross end, knowing applet +kbone+finclip is enough!
Dynamics crm: some descriptions of tab and section controls in entity form
Dynamics crm: how to monitor and manage workflow processes and view their running history
Dynamics CRM:表单中移除一个控件时,提示“The field you are trying to remove is required by the system or business“