Get and Install Qt
You can install Qt on your computer in different ways. The table below outlines each method and when it is most useful.
| Method | Description | When to use |
|---|---|---|
| Qt Online Installer (GUI) | A graphical installer that lets you choose Qt versions, modules, and tools interactively. In most cases, this is the best way to install Qt. |
|
| Qt Online Installer (command line) | Allows unattended installation using scripts or automation tools. |
|
| Build from sources | Download and compile Qt manually from source code. |
|
| Package managers: | Allows you to install a recent version of Qt without requiring a Qt account. |
|
After you have installed Qt, you can add, update, and remove components with Qt Maintenance Tool (included in every Qt installation). For more information, see Add, update, and remove components.