问题:
Could not find a package configuration file provided by “Qt5WebEngineWidgets” with any of the follow

解决方法:
安装:下面两个库:
sudo apt-get install -y libqt5webenginewidgets5
sudo apt-get install -y qtwebengine5-dev
Could not find a package configuration file provided by “Qt5WebEngineWidgets“ with any of the follow
最新推荐文章于 2024-03-26 10:42:09 发布
本文指导如何解决在使用Qt5WebEngineWidgets时遇到的包配置问题,通过sudo apt-get安装libqt5webenginewidgets5和qtwebengine5-dev来修复。

5238

被折叠的 条评论
为什么被折叠?



