Qt various installation packages related

Zero, MSVC compiler

It is strongly recommended to install VS first and then Qt! In this way Qt Creator will automatically configure the MSVC path!

Visual Studio 2019 download address (no login required):
https://learn.microsoft.com/zh-cn/visualstudio/releases/2019/release-notes

You can download any version, the key can be found online

After installation, just download MSVC and SDK, search for "msvc latest" and "windows 10 sdk", and download the latest version.

If your computer is Win10, download the Win10 SDK. If your computer is Win11, download the Win11 SDK. Don’t download the wrong one!

  

1. Offline installation package 5.12.12

https://mirrors.aliyun.com/qt/archive/qt/5.12/5.12.12/

https://download.qt.io/archive/qt/ 

2. Online installation package 5.15.2 6.x LTS

https://mirrors.tuna.tsinghua.edu.cn/qt/archive/online_installers/4.5/

3. Qt Creator

Starting from 10.0, there is no qmake option when creating a Quick project, the solution is to use 9.0.2

https://mirrors.tuna.tsinghua.edu.cn/qt/official_releases/qtcreator/9.0/9.0.2/

4. Others

If the newly created CMake project using Qt6 cannot be started, you can read my article:

https://blog.csdn.net/weixin_41013202/article/details/129955627

Guess you like

Origin blog.csdn.net/weixin_41013202/article/details/129956436