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.

MethodDescriptionWhen 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.
  • You're new to Qt.
  • You prefer a visual interface.
  • You're installing Qt on a desktop computer.
Qt Online Installer (command line)Allows unattended installation using scripts or automation tools.
  • You need to install Qt on multiple machines.
  • You're setting up CI/CD pipelines.
  • You want to automate the installation without user interaction.
Build from sourcesDownload and compile Qt manually from source code.
  • You need a custom build (for example, with patches or debug options).
  • Your platform isn't supported by prebuilt packages.
  • You're contributing to Qt or debugging its internals.
Package managers: Allows you to install a recent version of Qt without requiring a Qt account.
  • Lightweight and good for automation.
  • You need to install Qt as a dependency for your applications, but don't plan to do development work with Qt yourself.
  • You don't need special or commercial-only modules.

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.

© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.