Platform and Compiler NotesThis page contains information about the platforms Qt is currently known to run on, with links to platform-specific notes, including any known bugs or incompatibilities. Information about the combinations of platforms and compilers supported by Qt can be found on the Supported Platforms page.
General Compiler NotesSupported FeaturesNot all compilers used to build Qt are able to compile all modules. The following table shows the compiler support for five modules that are not uniformly available for all platforms and compilers.
* WebKit is only supported as a dynamically built library. Static linkage is not supported. GCC 3.4.6 (Debian 3.4.6-5) on AMD64 (x86_64)This compiler is known to miscompile some parts of Qt when doing a release build. There are several workarounds:
GCC 4.0.0The released package of the compiler has some bugs that lead to miscompilations. We recommend using GCC 4.0.1 or later, or to use a recent CVS snapshot of the GCC 4.0 branch. The version of GCC 4.0.0 that is shipped with Mac OS X 10.4 "Tiger" is known to work with Qt for Mac OS X. Intel C++ CompilerQt supports the Intel C++ compiler on both Windows and Linux. However, there are a few issues on Linux; see Intel C++ Compiler for Linux for details. Feedback and CorrectionsIf you have anything to add to this list or any of the platform or compiler-specific pages, please submit it via the Qt Bug Tracker or through the Public Qt Repository. |