[Share Experiences] qtcreator 无法启动
Tofloor
poster avatar
smartyao
deepin
2021-08-15 21:16
Author

社区版 20.2.2, 在线安装最新的qt之后(使用qt上下载的在线安装程序),qt无法启动。

启动时,按照网上提示修改~/.bashrc,发现是libxcb的依赖问题,但是已经安装了。最后终于找到一个答案。

执行以下命令即可

cd /usr/lib/x86_64-linux-gnu

sudo ln -s libxcb-util.so.0 libxcb-util.so.1

 

Reply Favorite View the author
All Replies
15******21@qq.com
deepin
2021-08-16 00:46
#1

巧了,我也是

Reply View the author
Alan-lu
deepin
2021-08-20 00:55
#2

建议使用仓库中自带的Qt5.15.1,如果使用在线安装的可以勾选上qtcreator配套使用

Reply View the author