Supported Platforms: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
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 "list of supported platforms for Qt 4.8":http://doc.qt.nokia.com/4.8/supported-platforms.html. | ||
=== Compilers === | === Compilers === | ||
Excluding platform-specific code which should be clearly protected through the use of appropriate | Excluding platform-specific code which should be clearly protected through the use of appropriate <code>#ifdef</code>'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) | * GCC 4.2 and up (Mac OS uses 4.2, Debian stable is at 4.4) |
Revision as of 13:02, 25 February 2015
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) |