1.安装Qt Creater

sudo pacman -S qtcreator

2.安装说明文档

sudo pacman -S qt5-doc

3.安装例子

sudo pacman -S qt5-examples

4.界面显示中文

sudo pacman -S qt5-translations

 

缺少某些模块的时候,比如websockets模块发现没有。

查找模块

sudo pacman -Ss qt5-websoc*

安装模块

sudo pacman -S qt5-websockets

缺少xml对应的组件

sudo pacman -S qt5-xmlpatterns

原文链接:https://blog.csdn.net/qq_37863891/java/article/details/95085341

相关文章:

  • 2022-01-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
  • 2021-11-28
  • 2021-12-12
猜你喜欢
  • 2021-12-10
  • 2021-06-25
  • 2021-07-12
  • 2021-07-23
  • 2021-08-23
  • 2021-12-15
  • 2021-06-02
相关资源
相似解决方案