Supported Platforms

Qt is a commercial and open source licensed cross-platform application and UI framework. It is developed by The Qt Company, together with the Qt Project Community under an open source governance model.

Using Qt, you can write GUI applications once and deploy them across desktop, mobile and embedded operating systems without rewriting the source code.

Qt is supported on a variety of 32-bit and 64-bit platforms, and can usually be built on each platform with GCC, a vendor-supplied compiler, or a third party compiler as indicated in the overview below.

Open GL (ES) 2.0, DirectX 9 or 11 (with ANGLE), or an alternative renderer is required for Qt Quick 2. Widgets can be used without hardware acceleration.

In Qt 5 all platforms are created using the Qt Platform Abstraction (QPA), which makes it easy to port Qt into a new operating system.

The following platforms are supported in Qt 5.13. For support information for prior Qt releases, please consult the relevant version in the Qt Documentation Archives.

Configurations in bold are Reference Configurations.

Note: Support for specific configurations or operating system versions may end before the support for Qt 5.13 does. A subsequent patch release of Qt 5.13 may drop support for a configuration as a reference configuration or replace it with a currently-supported version.

Desktop Platforms

Linux/X11

DistributionArchitectureCompilerNotes
openSUSE 15.xx86_64GCC 7, ICC
Red Hat Enterprise Linux 7.xx86_64GCC 5.3.1devtoolset-4
Ubuntu 18.04x86_64GCC as provided by Canonical, GCC 7.3.0
Ubuntu 16.04x86_64GCC as provided by Canonical, GCC 5.4.0
Generic Linuxx86 and x86_64GCC 4.8, GCC 4.9, GCC 5, GCC 6, GCC 7

macOS

Target PlatformArchitectureBuild Environment
macOS 10.12, 10.13, 10.14x86_64 and x86_64hXcode 10 (10.14 SDK), Xcode 9* (10.13 SDK)


Note: Xcode 9 is only supported for application development (to be able to opt out of features such as layer-backing and dark mode), not for development of Qt itself.

Windows

Operating SystemArchitectureCompilerNotes
Windows 10x86 and x86_64MSVC 2017, MSVC 2015, MinGW 7.3Tested on Windows 10 (1809) October 2018 Update
Windows 8.1x86 and x86_64MSVC 2017, MSVC 2015, MinGW 7.3
Windows 7x86 and x86_64MSVC 2017, MSVC 2015, MinGW 7.3MinGW-builds GCC 7.3.0 (x86)

Mobile Platforms

Android

Platform VersionArchitectureCompilerBuild Environment
Android 5.0 or later (that is, API Level 21 and up)armv7a and x86, arm64-v8 and x86_64Clang as provided by Google, MinGW 7.3RHEL 7.x (x86_64), macOS 10.13, Windows 7 (x86_64), Windows 10

iOS/tvOS/watchOS

Target PlatformArchitectureBuild EnvironmentNotes
iOS 11, iOS 12armv8 (arm64)Xcode 10 (iOS 12 SDK)
tvOS 11, tvOS 12armv8 (arm64)Xcode 10 (tvOS 12 SDK)Technology Preview
watchOS 4, watchOS 5armv7kXcode 10 (watchOS 5 SDK)Technology Preview. No UI.

Universal Windows Platform (UWP)

Platform VersionArchitectureCompilerBuild Environment
Universal Windows Platform 10x86, x86_64, and armv7MSVC 2017, MSVC 2015Windows 10 (1809) October 2018 Update


Universal Windows Platforms include Windows 10, Windows 10 IoT devices, Xbox One, and HoloLens.

Embedded Platforms

For embedded platform support, including Embedded Linux, INTEGRITY, QNX, and VxWorks, please consult the Qt for Device Creation documentation.

Reference Configurations

The reference configurations are run on the continuous integration (CI) system within Qt Project. In addition, they are subjected to unit test suite and other internal testing tools on a frequent basis (prior to new version releases, source tree branching, and at other significant period points in the development process). Errors or bugs discovered in these platforms are prioritized for correction. Significant errors discovered in tested configurations can impact release dates.

Any configurations not listed above are not actively tested by the Qt Project. However, Qt may run on configurations other than those actively tested on, and additional configurations may be raised to tested state, if sufficient effort is made to bring continuous integration to an acceptable state for that particular configuration.

The Qt Company, Qt partners, open source projects and community users are able to provide assistance with various different supported platforms and configurations.

Availability of Packages

You can download the Qt 5 installers and source packages from the Downloads page. For more information, visit the Getting Started with Qt page.

Note: All the supported configurations are not provided as binary packages in the Qt installer. However, the intention is to provide the most widely-used reference configurations for the developer's convenience.

Exceptions

Individual modules might be available only on some platforms, or they might not support all configurations. For example, as Qt WebEngine has Chromium as a third-party dependency, platform or configuration limitations upstream also apply to Qt WebEngine.

The documentation for each module contains detailed information about any exceptions the module has from the general platform and configuration support as described on this page.

Deployment of Qt Applications

The deployment procedure for each platform is different and they are covered in greater detail in their platform pages. Meanwhile, there is a deployment article for summarizing the deployment procedure in general.

Please note that Qt is offered on an "as is" basis without warranty of any kind and that our products are not error or bug free. To the maximum extent permitted by applicable law, The Qt Company on behalf of itself and its suppliers, disclaims all warranties and conditions, either express or implied, including, but not limited to, implied warranties of merchantability, fitness for a particular purpose, title and non-infringement with regard to the Licensed Software.

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