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. 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 easier than before to port Qt into a new operating system.

Supported Configurations

The following table lists configurations supported by The Qt Company. A configuration is a combination of an operating system version, a compiler version, and a graphics system.

Supported configurations for Qt 5.9

PlatformCompilerNotes
Windows
Windows 10 (64-bit)MSVC 2017, MSVC 2015, MSVC 2013, MinGW 5.3
Windows 10 (32-bit)MSVC 2017, MSVC 2015, MSVC 2013, MinGW 5.3
Windows 8.1 (64-bit)MSVC 2017, MSVC 2015, MSVC 2013, MinGW 5.3
Windows 8.1 (32-bit)MSVC 2017, MSVC 2015, MSVC 2013, MinGW 5.3
Windows 7 (64-bit)MSVC 2017, MSVC 2015, MSVC 2013, MinGW 5.3
Windows 7 (32-bit)MSVC 2017, MSVC 2015, MSVC 2013, MinGW 5.3MinGW-builds gcc 5.3.0 (32-bit)
Universal Windows Platform (UWP)
UWP 10 (x86, x86_64, armv7)MSVC 2017, MSVC 2015Hosts: Windows 10
Linux/X11
openSUSE 42.1 (64-bit)GCC 4.8.5
Red Hat Enterprise Linux 6.6 (64-bit)GCC 4.9.1devtoolset-3
Red Hat Enterprise Linux 7.2 (64-bit)GCC 5.3.1devtoolset-4
Ubuntu 16.04 (64-bit)GCC as provided by Canonical
(Linux 32/64-bit)GCC 4.8, GCC 4.9, GCC 5.3
macOS
macOS 10.10, 10.11, 10.12Clang as provided by Apple
Embedded Platforms: Embedded Linux, QNX, INTEGRITY, VxWorks
Embedded LinuxGCCARM Cortex-A, Intel boards with GCC-based toolchains
QNX 6.6 (armv7le and x86), 7.0 (armv7le, arm64 and x86)GCC as provided by QNXHosts: RHEL 6.6 (64-bit), RHEL 7.2 (64-bit), Windows 10 (64-bit), Windows 7 (32-bit)
INTEGRITY 11.4.xAs provided by Green Hills INTEGRITYHosts: 64-bit Linux
VxWorks 7As provided by Wind RiverHosts: 64-bit Linux, Windows
Mobile Platforms: Android, iOS
iOS 8, 9, 10 (armv7, arm64)Clang as provided by ApplemacOS 10.10 host
Android (API Level: 16)GCC as provided by Google, MinGW 5.3Hosts: RHEL 7.2 (64-bit), macOS 10.12, Windows 7 (64-bit)

In the above table, the configurations in bold are reference configurations.

See also: Qt for Device Creation: Supported Target Devices and Development Hosts.

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 following page lists the configurations supported by The Qt Company for each released Qt version:

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.

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.