diff options
author | Thierry Bastian <thierry.bastian@nokia.com> | 2010-06-24 10:03:22 (GMT) |
---|---|---|
committer | Thierry Bastian <thierry.bastian@nokia.com> | 2010-06-24 10:03:22 (GMT) |
commit | e9a2f4d6d0186962b0833a53882e472bfe262bb9 (patch) | |
tree | 1ba7ba8c951181f66b66976fb456549246798db3 /doc | |
parent | a7d6605dd3e3419eb2c0ec96c3bb69b686c8ea42 (diff) | |
download | Qt-e9a2f4d6d0186962b0833a53882e472bfe262bb9.zip Qt-e9a2f4d6d0186962b0833a53882e472bfe262bb9.tar.gz Qt-e9a2f4d6d0186962b0833a53882e472bfe262bb9.tar.bz2 |
Adding a known issue for VC2010 64 bit
Task-Number: QTBUG-11445
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/getting-started/known-issues.qdoc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/getting-started/known-issues.qdoc b/doc/src/getting-started/known-issues.qdoc index b2c39c4..0fa23f6 100644 --- a/doc/src/getting-started/known-issues.qdoc +++ b/doc/src/getting-started/known-issues.qdoc @@ -129,6 +129,14 @@ will not compile. See \l{http://bugreports.qt.nokia.com/browse/QTBUG-6297} for a workaround for QtScript. + + \o Compile errors with Microsoft Visual C++ compiler. \br + There seems to be a bug in the Microsoft compiler when compiling with O2 + optimization level in 64 bit. + This problem will result in crashes in QAbstractItemView::viewOptions(). + See \l{http://bugreports.qt.nokia.com/browse/QTBUG-11445} for updates on this + bug. + \endlist |