Supported Platforms: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Added LangSwitch)
m (Updated Qt 5 doc links to Qt 6.)
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[Category:Qt Supported Platforms]]
{{LangSwitch}}
{{LangSwitch}}


Qt can be used for application development for a wide range of '''target platforms''', like:
Qt can be used for application development for a wide range of '''target platforms''', like:
* Desktop: Linux, Mac OS X, Windows
* Embedded and RTOS: Linux, QNX, VxWorks, Windows
* Mobile: Android, iOS, Windows


*Desktop: Linux, macOS, Windows
*Embedded and RTOS: Linux, QNX, VxWorks, Windows
*Mobile: Android, iOS, Windows


For in depth information and more exotic platforms see:  
For in depth information and more exotic platforms see the official documentation: [https://doc.qt.io/qt-6/supported-platforms.html Supported Platforms].  See also [[Supported Devices]].
* [http://doc.qt.io/QtSupportedPlatforms Platforms officially supported by The Qt Company]
* [http://doc.qt.io/qt-5/supported-platforms.html Platforms supported by the Qt community]


Even if not listed there, with some extra work you may also be able to target platforms like:


Even if not listed there, with some extra work you may also be able to target platforms like:
*Various BSDs
* Various BSDs
*Haiku
* Haiku
*Windows versions older than Windows XP
* Windows versions older than Windows XP




Line 21: Line 20:


{| class="wikitable"
{| class="wikitable"
!style="color:white; background-color:#80C342;"|Target  
! style="color:white; background-color:#80C342;" |Target
!style="color:white; background-color:#80C342;"|Host
! style="color:white; background-color:#80C342;" |Host
|-
|-
!colspan="2" style="font-weight:normal; background-color:lightgrey;"|Desktop
! colspan="2" style="font-weight:normal; background-color:lightgrey;" |Desktop
|-
|-
|Desktop Linux
|Desktop Linux
|Desktop Linux
|Desktop Linux
|-
|-
|Mac OS X
|macOS
|Mac OS X
|macOS
|-
|-
|Windows XP or higher
|Windows 7 or higher
|Windows Vista or higher
|Windows 7 or higher
|-
|-
!colspan="2" style="font-weight:normal; background-color:lightgrey;"|Embedded, RTOS
! colspan="2" style="font-weight:normal; background-color:lightgrey;" |Embedded, RTOS
|-
|-
|Embedded Linux
|Embedded Linux
Line 41: Line 40:
|-  
|-  
|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
|Windows 7 or higher
|Windows 7 or higher
|-
|-
!colspan="2" style="font-weight:normal; background-color:lightgrey;"|Mobile
! colspan="2" style="font-weight:normal; background-color:lightgrey;" |Mobile
|-
|-
|Android
|Android
|Desktop Linux<br/>Mac OS X<br/>Windows 7 or higher
|Desktop Linux<br />macOS<br />Windows 7 or higher
|-
|-
|iOS
|iOS
|Mac OS X
|macOS
|-
|-
|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 [https://doc.qt.io/qt-6/supported-platforms.html the official documentation] then don't worry: Many distributions have ready compiled packages and in case not, you can compile Qt from source. Almost '''all modern Desktop Linux distributions are suitable host and target platforms'''.

Latest revision as of 07:44, 9 November 2021

En Ar Bg De El Es Fa Fi Fr Hi Hu It Ja Kn Ko Ms Nl Pl Pt Ru Sq Th Tr Uk Zh

Qt can be used for application development for a wide range of target platforms, like:

  • Desktop: Linux, macOS, 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
macOS macOS
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
macOS
Windows 7 or higher
iOS macOS
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: Many distributions have ready compiled packages and in case not, you can compile Qt from source. Almost all modern Desktop Linux distributions are suitable host and target platforms.