Qt6有谁在上面成功运行???
Tofloor
poster avatar
130******12
deepin
2020-12-15 07:24
Author

是不是编译器的原因,但是我怎么安装,也是这样,这上面显示的,没有在安装6的c++编译器!

Reply Favorite View the author
All Replies
SamLukeYes
deepin
2020-12-15 07:41
#1

qt6 已经进入 Arch 的官方仓库,建议用 Arch[鼓掌]

Reply View the author
blue
deepin
2020-12-15 20:20
#2

没问题,能正常编译并执行;


倒是安装后,启动时有错误提示,无法启动;在网上查了半天才把它运行起来:

./qtcreator
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb.

已放弃

Reply View the author
130******12
deepin
2020-12-16 05:03
#3
blue

没问题,能正常编译并执行;


倒是安装后,启动时有错误提示,无法启动;在网上查了半天才把它运行起来:

./qtcreator
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb.

已放弃

这个问题我解决了!

libxcb-util1_0.4.0-1b1_amd64 下载安装好这个包就可以用了!

Reply View the author