Supported Platforms: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Convert ExpressionEngine links)
(No actual content)
Line 1: Line 1:
{{Cleanup | reason=Auto-imported from ExpressionEngine.}}


[[Category:Developing_Qt]]
= 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 [http://doc.qt.nokia.com/4.8/supported-platforms.html list of supported platforms for Qt 4.8].
=== Compilers ===
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)
* 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)
|}

Revision as of 15:12, 23 May 2015