Qt webkit widget error

Qt webkit widget error

本文关键字:error widget webkit Qt      更新时间:2023-10-16

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

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

我通过安装 openssl win32 binaeries 解决了这个问题这里

相关文章: