Linux run 安装 Qt
https://www.jianshu.com/p/7dad1a4483bd
启动qtcreator 报错:
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
解决办法:
https://www.jb51.net/article/193024.htm
手动安装libxkbcommon-x11.so.0
库即可。
在这里提供ubuntu
系统对应的安装指令: sudo apt-get install libxkbcommon-x11-0
.