Get and Install Qt with Qt Online Installer

Qt Online Installer gives you the choice of installing only the modules and tools you need to develop on a particular desktop platform and to run your applications on one or several desktop platforms, mobile or embedded devices, or MCUs.

If instead you prefer to build Qt from sources, please see Building Qt Sources.

1. Create a Qt Account

To begin, create a Qt Account. This account gives you access to a web portal where you can manage your licenses, as well as access to the forums and wikis. Also, make sure you read the Qt Licensing page regarding your chosen license.

2. Download Qt Online Installer

Go to your Qt account's download page. By selecting the appropriate unified Qt Online Installer for your OS, you can install commercial or open source versions of Qt, development tools, and other components. Qt Online Installer asks for your Qt account credentials. Qt Online Installer retrieves the license attached to the account from a server and provides a list of available components corresponding to the license.

3. Install Qt

To complete the installation, select the components that you want to install and follow the instructions of the installation program.

You must select at least one Qt version for one platform that you want to run your applications on. For example, if you have installed Microsoft Visual Studio 2022 on 64-bit Windows, you could select MSVC 2022 64-bit under the Qt version you want to develop with.

However, the easiest way to install Qt for desktop development is to select the default installation for desktop development. You can install additional modules later.

If you also want to run your applications on Android devices, for example, you should select the default installation for mobile development.

The following table contains examples of which components to install depending on the platforms where you want to run your applications.

To Develop ForChoose
DesktopDefault installation for desktop development.

If you want to use other than the default toolchain, such as MSVC on Windows, select Custom installation. Then select the Qt for the toolchain you want to use.

Mobile DevicesDefault installation for mobile development.

If you only want to develop for a particular platform, select Custom installation. Then select the Qt for the mobile device platform that you want to run the applications on. For example, Qt for Android or Qt for iOS.

Embedded DevicesCustom installation, with the necessary Qt modules and toolchains from the Boot to Qt section, depending on the types of devices that you want to run applications on.
Android AutomotiveCustom installation, with Qt for Android Automotive.
AutomationCustom installation, with the necessary Qt modules and toolchains from the Qt for Automation/Qt M2M Protocols section, depending on the types of devices that you want to run applications on.
MCUsCustom installation, with Qt for MCUs.

To check the platform requirements, see Supported Platforms.

The following YouTube video gives a complete walk-through of the installation process:

Updating or Removing Components

Once Qt is installed, you can use Qt Maintenance Tool under <install_dir> to add components, update, or remove installed components.

Getting Help

Evaluation and open source users can get help on the Qt forum. See also the Help on using the Forum wiki page.

Non-commercial users can get limited help with the installation process through Qt support.

The primary support channel for commercial customers is their Qt Account.

4. Create Applications

After the installation, Qt Creator opens. You can use the project wizard templates to start creating applications that run on your chosen platform.

If you want to design Qt Quick UIs, open Qt Design Studio and use the project wizard templates there.

Tell me more

Additional Resources

Qt Learning has a course on how to install Qt.

© 2024 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.