Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
Supported Platforms: Difference between revisions
(Link to Supported Devices) |
(Requirements for Qt 5.7) |
||
Line 28: | Line 28: | ||
|OS X | |OS X | ||
|- | |- | ||
|Windows | |Windows 7 or higher | ||
|Windows 7 or higher | |Windows 7 or higher | ||
|- | |- | ||
Line 37: | Line 37: | ||
|- | |- | ||
|QNX | |QNX | ||
|Desktop Linux | |Desktop Linux<br/>Windows 7 or higher | ||
|- | |- | ||
|VxWorks | |VxWorks | ||
|Desktop Linux<br/>Windows 7 | |Desktop Linux<br/>Windows 7 or higher | ||
|- | |- | ||
|Windows Embedded 7 | |Windows Embedded 7 | ||
Line 54: | Line 54: | ||
|- | |- | ||
|Windows Phone | |Windows Phone | ||
|Windows 8 | |Windows 8 or higher | ||
|- | |- | ||
|Windows RT | |Windows RT | ||
|Windows 8 | |Windows 8 or higher | ||
|} | |} | ||
If your host platform is Desktop Linux but your favorite Linux distribution is not listed in [http://doc.qt.io/qt-5/supported-platforms.html the official documentation] then don't worry: "Officially supported" only means that there is documentation for it, Qt is tested on that particular platform and you can get support for it from The Qt Company. Almost '''all modern Desktop Linux distributions are suitable host and target platforms'''. | If your host platform is Desktop Linux but your favorite Linux distribution is not listed in [http://doc.qt.io/qt-5/supported-platforms.html the official documentation] then don't worry: "Officially supported" only means that there is documentation for it, Qt is tested on that particular platform and you can get support for it from The Qt Company. Almost '''all modern Desktop Linux distributions are suitable host and target platforms'''. |
Revision as of 17:01, 13 July 2016
Qt can be used for application development for a wide range of target platforms, like:
- Desktop: Linux, OS X, Windows
- Embedded and RTOS: Linux, QNX, VxWorks, Windows
- Mobile: Android, iOS, Windows
For in depth information and more exotic platforms see the official documentation: Supported Platforms. See also Supported Devices.
Even if not listed there, with some extra work you may also be able to target platforms like:
- Various BSDs
- Haiku
- Windows versions older than Windows XP
Depending on your target you'll need a suitable host platform. For specific information see the lists of supported platforms mentioned above. For a quick overview see the following table:
Target | Host |
---|---|
Desktop | |
Desktop Linux | Desktop Linux |
OS X | OS X |
Windows 7 or higher | Windows 7 or higher |
Embedded, RTOS | |
Embedded Linux | Desktop Linux |
QNX | Desktop Linux Windows 7 or higher |
VxWorks | Desktop Linux Windows 7 or higher |
Windows Embedded 7 | Windows 7 or higher |
Mobile | |
Android | Desktop Linux OS X Windows 7 or higher |
iOS | OS X |
Windows Phone | Windows 8 or higher |
Windows RT | Windows 8 or higher |
If your host platform is Desktop Linux but your favorite Linux distribution is not listed in the official documentation then don't worry: "Officially supported" only means that there is documentation for it, Qt is tested on that particular platform and you can get support for it from The Qt Company. Almost all modern Desktop Linux distributions are suitable host and target platforms.