Supported Platforms: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(No actual content)
(Added real content)
Line 1: Line 1:
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, Windows
* Mobile: Android, iOS, Windows


For more exotic platforms and in depth information see:
* [http://doc.qt.io/QtSupportedPlatforms officiall supported platforms 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:
* Various BSDs
* Haiku
* Windows versions older than Windows XP

Revision as of 15:49, 23 May 2015

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, Windows
  • Mobile: Android, iOS, Windows


For more exotic platforms and in depth information see:


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