c++ - Qt webkit 小部件错误

标签 c++ qt webkit qtwebkit

我已经设法让 qmake 编译 webkit 的 .pro 文件,并尝试制作一个基本的浏览器窗口,它只是关于构建,但会弹出以下错误?

Auto configuration failed
8744:error:02001015:system library:fopen:Is a directory:.\crypto\bio\bss_file.c:126:fopen('g:/test/openssl098u/openssl.cnf','rb')
8744:error:2006D002:BIO routines:BIO_new_file:system lib:.\crypto\bio\bss_file.c:131:
8744:error:0E078002:configuration file routines:DEF_LOAD:system     lib:.\crypto\conf\conf_def.c:199:
QMutex: destroying locked mutex

最佳答案

我通过安装找到的 openssl win32 二进制文件解决了这个问题 here

关于c++ - Qt webkit 小部件错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13526389/

相关文章:

c++ - 递归模式 (C++)

ios - 在 iOS 上录制音频的权限

c++ - Qt 无法在 Windows 上打开包含文件

c++ - Qt-如何实现一个可读写的QSqlQueryModel?

c++ - 为请求的网页接收多个 loadFinished 信号

c# - 在与 STL 混合的 C# 中调用非托管 C++ 代码

c++ - 从文件 C++ 中重新读取 DFA

python - 如何将 hboxes 和 vboxes 代码添加到 python gtk 中的笔记本选项卡

css - -webkit-scrollbar (CSS) 的浏览器兼容性

c++ - 将 .asm 文件编译并链接到 C++ 代码