diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-09-28 19:12:58 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-09-28 19:12:58 (GMT) |
commit | d3838fdda64a09fe6fc5c9054f460ce43fdc6f95 (patch) | |
tree | 70662556aa8fb1ba06673cb8c2aff71fb9a0b4c2 /doc | |
parent | 8b533a7564c634e6e7228c5e02832d55513777b5 (diff) | |
parent | 6368ca1c36488d1297c768a5fae52f65bb5b91be (diff) | |
download | Qt-d3838fdda64a09fe6fc5c9054f460ce43fdc6f95.zip Qt-d3838fdda64a09fe6fc5c9054f460ce43fdc6f95.tar.gz Qt-d3838fdda64a09fe6fc5c9054f460ce43fdc6f95.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2:
Fixed potential crash when loading corrupt GIFs.
Work around an ATI driver problem with mutli-sampled pbuffers.
tst_qstatemachine.cpp: fix compilation with Sun Studio
Fixed regression in clipping.qps autotest on 64-bit.
Fixed crash when using Qt::WA_DeleteOnClose on a QPrintDialog on Mac.
Fixed performance regression in curve stroking.
Don't disable texture_from_pixmap on GLX/X11 by default.
Avoid creating copy of an image in memory when storing as png
Doc update for the support of MSVC 2010 64-bit
fix documentation of drawText(int, int, int, int, ...
Optimization of pixel conversion when storing jpeg
Don't pretend to support single buffered EGL surfaces.
Named anonymous struct in the OpenGL paint engine.
Fixes gray_raster incorrectly reporting out of memory error.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/platforms/compiler-notes.qdoc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/platforms/compiler-notes.qdoc b/doc/src/platforms/compiler-notes.qdoc index 3870e8f..bcf7cb4 100644 --- a/doc/src/platforms/compiler-notes.qdoc +++ b/doc/src/platforms/compiler-notes.qdoc @@ -267,8 +267,9 @@ 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. + Its optimizer causes trouble and generates code that crashes for the release builds. + To avoid the crashes, You need to apply the hotfix in the following article + http://support.microsoft.com/kb/2280741. \section1 IBM xlC (AIX) |