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
Jump to navigation
Jump to search
AutoSpider (talk | contribs) (Add "cleanup" tag) |
AutoSpider (talk | contribs) (Convert ExpressionEngine links) |
||
Line 9: | Line 9: | ||
Here we attempt to list compilers and platforms the project aims to support. This is meant as guidance for developers of Qt and it should support informed decisions on the use of compiler, language and platform features. | Here we attempt to list compilers and platforms the project aims to support. This is meant as guidance for developers of Qt and it should support informed decisions on the use of compiler, language and platform features. | ||
For comparison, also check the | For comparison, also check the [http://doc.qt.nokia.com/4.8/supported-platforms.html list of supported platforms for Qt 4.8]. | ||
=== Compilers === | === Compilers === |
Revision as of 15:44, 4 March 2015
This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine. Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean. |
Supported Platforms
This is a draft and open for discussion, which should happen in the development list.
Here we attempt to list compilers and platforms the project aims to support. This is meant as guidance for developers of Qt and it should support informed decisions on the use of compiler, language and platform features.
For comparison, also check the list of supported platforms for Qt 4.8.
Compilers
Excluding platform-specific code which should be clearly protected through the use of appropriate
#ifdef
's, all code contributed to Qt should be fully supported by these compilers:
- GCC 4.2 and up (Mac OS uses 4.2, Debian stable is at 4.4)
- Clang (trunk?)
- MSVC 2008
- ICC (which version?)
Platforms
Platform | Compiler | ||
---|---|---|---|
Desktop | Linux | gcc 4.4 (Debian stable) and up | |
Mac OS X Lion | As provided by Apple (gcc 4.2.1, clang 2.9) | ||
Microsoft Windows 7 | MSVC 2008 | ||
Embedded | |||
Raspberry PI | ?? (just a placeholder) | ||
Mobile | |||
Android | ?? (just a placeholder) |