Manjaro安装QT

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

posted @ 2020-07-15 22:15  努力吧阿团  阅读(1904)  评论(0编辑  收藏  举报