【QT】Ubuntu22.04 配置 QT6.5 LTS

本文详细指导如何在Ubuntu22.04上注册QTGroup账号,获取学生许可证,安装QTCreator并解决启动时的xcb-cursor0依赖问题,以及运行Qt示例。
摘要由CSDN通过智能技术生成

【QT】Ubuntu22.04 配置 QT6.5 LTS

1.注册QT Group的账号

进入官网(QT Group)进行账号注册,个人或企业可以获得10天的免费使用,学生则可以获得免费的License,如果是学生的话可以进行学生邮箱验证(Get Educational Licenses),然后获得免费的License,具体如下:

Image

填写这样的表单然后提交,等QT发邮件过来(可能需要十几分钟),然后进入学生邮箱然后激活,之后就可以顺利下载QT Creator了。

2.安装QT Creator

进入官方的下载页面(Download QT for Linux),进行默认下载就行。然后打开下载的路径,为下载好的安装文件qt-unified-linux-x64-4.7.0-online.run,添加可执行权限,然后执行安装

chmod +x ./qt-unified-linux-x64-4.7.0-online.run 
./qt-unified-linux-x64-4.7.0-online.run 

会进入这样的安装页面,然后登陆你的QT Group账号,这里会检测License,如果注册了Edu License就可以顺利通过,如果没有则需要申请10天的试用,

Image

然后设置你的安装路径和需要安装的组件即可

Image

等待安装完毕即可。

3.启动QT Creator报错from 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.

安装完毕后,我们启动QT Creator,如果报错如下:

from 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform 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: minimalegl, scb, eglfs, minimal, linuxfb, vkkhrdisplay, offscreen, vnc, wayland, wayland-egl.

则表明我们需要安装依赖xcb-cursor0

sudo apt-get update
sudo apt-get install libxcb-cursor0

4.运行QT的demo

启动QT Creator,然后选择一个自己喜欢的demo,直接使用默认配置

Image

然后编译运行即可,效果如下

Image

Reference

[1]Ubuntu22.04安装Qt之后启动Qt Creator失败报错“from 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Q”
[2]How To Install the Qt Educational License

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

木心

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值