郑州做网站需要多少钱,wordpress页面调用,dw网站建设教程,金蝶软件多少钱问题#xff1a;需要在 arm64下安装Qt#xff0c;QT源码编译失败以后#xff0c;选择在线安装#xff01;
最后安装的版本是Qt5.9.5 和QtCreator 4.5.2 。
一、ubuntu安装qt4的命令(亲测有效)#xff1a;
sudo add-apt-repository ppa:rock-core/qt4
sudo apt updat… 问题需要在 arm64下安装QtQT源码编译失败以后选择在线安装
最后安装的版本是Qt5.9.5 和QtCreator 4.5.2 。
一、ubuntu安装qt4的命令(亲测有效)
sudo add-apt-repository ppa:rock-core/qt4
sudo apt update
sudo apt install libqt4-declarative
sudo apt install qt4* 成功安装qt4,见下图 二、安装qt5的命令 第一个是
sudo apt-get update 第二个是
sudo apt-get install qt5-default qtcreator 卸载qtcreator
sudo apt-get remove qtcreator
完全卸载qt5
sudo apt-get remove qt5* 完全卸载qt4
sudo apt-get remove qt4* 查看qt安装的版本号
qmake -v 查看命令行自动qt 安装的路径
qmake