summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2010-06-24 08:17:30 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2010-06-24 08:18:32 (GMT)
commita7d6605dd3e3419eb2c0ec96c3bb69b686c8ea42 (patch)
tree26ea74bce8fc08ec972028706aa3794cb4c87f1a
parent62a6660979b036d5ed32917d7b9ce86018150df7 (diff)
downloadQt-a7d6605dd3e3419eb2c0ec96c3bb69b686c8ea42.zip
Qt-a7d6605dd3e3419eb2c0ec96c3bb69b686c8ea42.tar.gz
Qt-a7d6605dd3e3419eb2c0ec96c3bb69b686c8ea42.tar.bz2
Added a note to desupport VC2010 64-bit
VC2010 has a bug that makes optimized 64-bit code crash. Task-Number: QTBUG-11445
-rw-r--r--doc/src/platforms/compiler-notes.qdoc6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/platforms/compiler-notes.qdoc b/doc/src/platforms/compiler-notes.qdoc
index 7eb92e0..c6ecd68 100644
--- a/doc/src/platforms/compiler-notes.qdoc
+++ b/doc/src/platforms/compiler-notes.qdoc
@@ -237,8 +237,6 @@
Qt works with the Standard Edition, the Professional Edition and Team
System Edition of Visual Studio 2005.
- We also test Qt 4 on Windows XP with Visual Studio .NET and Visual Studio 2003.
-
In order to use Qt with the Visual Studio 2005/2008 Express Edition you need
to download and install the platform SDK. Due to limitations in the
Express Edition it is not possible for us to install the Qt Visual
@@ -266,6 +264,10 @@
from Microsoft. See this
\l{http://qt.nokia.com/developer/faqs/faq.2006-12-18.3281869860}{Knowledge Base entry}
for more information.
+
+ There currently is a problem when compiling Qt with Visual Studio 2010 for 64-bit.
+ Its optimizer causes trouble and crashes for the release builds and it is not supported
+ in that configuration. See task http://bugreports.qt.nokia.com/browse/QTBUG-11445.
\section1 IBM xlC (AIX)