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
No edit summary |
AutoSpider (talk | contribs) (Add "cleanup" tag) |
||
Line 1: | Line 1: | ||
{{Cleanup | reason=Auto-imported from ExpressionEngine.}} | |||
[[Category:Developing_Qt]] | [[Category:Developing_Qt]] | ||
Revision as of 17:02, 3 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":http://doc.qt.nokia.com/4.8/supported-platforms.html.
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) |