QTq5.15以上在线安装报错
遇到这种报错
从 https://mirrors.aliyun.com/qt/official_releases/online_installers/ 下载在线安装器。
可以使用以下两种方式之一在安装器中配置使用阿里云源下载 Qt:
(推荐)新版本的安装器(4.0.1-1 后)支持 --mirror 命令行参数。在命令行中执行安装器,添加 --mirror https://mirrors.aliyun.com/qt 参数。例如 Windows 下执行当前目录的安装器的命令为 .\qt-unified-windows-x86-online.exe --mirror https://mirrors.aliyun.com/qt;
或在启动安装器后在设置中禁用默认源,添加新源 https://mirrors.aliyun.com/qt/online/qtsdkrepository/linux_x64/root/qt/ (其他版本注意更改地址)。
注:配置方法参考自ustc镜像
参考自
https://developer.aliyun.com/mirror/qt/?spm=a2c6h.25603864.0.0.145d7a48PaQBhl