0
点赞
收藏
分享

微信扫一扫

解决Ubuntu系统安装QT出错的问题:qt.qpa.plugin: Could not load the Qt platform plugin “xcb“ in ““ even though it

最近新入手的笔记本无法安装Ubuntu系统,无奈只能通过VirtualBox安装Ubuntu16.04,但是发现安装最新版本的QT5.12.12时候无法启动QtCreator程序,通过命令行运行发现如下的错误:
解决Ubuntu系统安装QT出错的问题:qt.qpa.plugin: Could not load the Qt platform plugin “xcb“ in ““ even though it_ubuntu
解决输入以下命令:

sudo apt-get install libxcb-xinerama0

重新启动:

sudo ./qtcreator

解决Ubuntu系统安装QT出错的问题:qt.qpa.plugin: Could not load the Qt platform plugin “xcb“ in ““ even though it_qt_02


举报

相关推荐

0 条评论