ARTICLE DETAIL

建站实战干货

来自一线的建站与推广经验沉淀,每一条都经过真实交付验证。

Linux下打开QtCreator提示Could not load the Qt platform plugin “xcb“ in ““ even though it was found.

2026/8/27 14:18:30 拓冰建站 浏览量
Linux下打开QtCreator提示Could not load the Qt platform plugin “xcb“ in ““ even though it was found. 解决方法Ubuntu执行指令sudo apt-get install libxcb-cursor0centOS/rhel执行指令yum install -y libxcb libxcb-devel libxkbcommon libX11 libX11-devel然后重启QtCreator即可。