使用国内源加速Qt在线安装

简介:

在线安装Qt时,会发现下载非常缓慢,可以用过使用国内镜像源来加速安装过程。

在线安装包的下载过程:

1,打开下载页面 https://www.qt.io/download-open-source

2,点击 Download the Qt online installer按钮,会跳转到CDN服务器,开启下载过程。

例如我这次的下载链接是:

https://d13lb3tujbc8s0.cloudfront.net/onlineinstallers/qt-online-installer-windows-x64-4.9.0.exe

在线安装包的安装过程:

1,打开命令行窗口,输入安装命令:

bash 复制代码
Windows PowerShell
版权所有(C) Microsoft Corporation。保留所有权利。

安装最新的 PowerShell,了解新功能和改进!https://aka.ms/PSWindows

PS C:\Users\HP\Downloads> .\qt-online-installer-windows-x64-4.9.0.exe --mirror https://mirrors.aliyun.com/qt/
PS C:\Users\HP\Downloads>
相关推荐
用户805533698033 天前
不止三件套:QObject 属性系统全关键字与运行时反射!
c++·qt
xcyxiner3 天前
DicomViewer (vcpkg Windows和ubuntu编译)7
qt
Quz8 天前
QML Hello World 入门示例
qt
xcyxiner11 天前
DicomViewer (dcmtk读取dcm文件)5
qt
xcyxiner12 天前
DicomViewer (后台线程处理文件)4
qt
xcyxiner12 天前
DicomViewer (添加模型类)3
qt
xcyxiner13 天前
DicomViewer (目录调整) 2
qt
xcyxiner13 天前
dcmtk vtk vtk-dicom(gdcm) 编译(debug) v2
qt
LDR00615 天前
Type-C 快充全面升级!LDR6601 赋能个人护理便携电机,重塑剃须刀 / 理发器新体验
c语言·开发语言
雪碧聊技术15 天前
Tree.js是什么?一文讲透
开发语言·javascript·ecmascript