diff options
author | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2009-11-30 13:55:06 (GMT) |
---|---|---|
committer | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2009-11-30 13:55:06 (GMT) |
commit | 85349d44d859a4a591d82f90dd128fd43426b4fb (patch) | |
tree | c62527055a8593056302e5deb19db43f47b855d0 /doc/src/getting-started/known-issues.qdoc | |
parent | ef8619e587d85de29ee01def2e920c4a7ca6829a (diff) | |
download | Qt-85349d44d859a4a591d82f90dd128fd43426b4fb.zip Qt-85349d44d859a4a591d82f90dd128fd43426b4fb.tar.gz Qt-85349d44d859a4a591d82f90dd128fd43426b4fb.tar.bz2 |
Add some notes about known issues for win32-icc
Diffstat (limited to 'doc/src/getting-started/known-issues.qdoc')
-rw-r--r-- | doc/src/getting-started/known-issues.qdoc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/src/getting-started/known-issues.qdoc b/doc/src/getting-started/known-issues.qdoc index b8c2192..6632666 100644 --- a/doc/src/getting-started/known-issues.qdoc +++ b/doc/src/getting-started/known-issues.qdoc @@ -134,6 +134,16 @@ currently calls winId() on widgets, which causes whole widget hierarchies to use native window handles. This slows down resizing. + \o Compile error with Intel C++ Compiler. + There seems to be a bug in the Intel compiler wrt too agressive inlining. + The problem will manifest itself during the link phase of QtGui where it + fails with the error that it cannot find QObjectData::~QObjectData(). + See http://bugreports.qt.nokia.com/browse/QTBUG-5145 for updates on this + bug. + Also, due to some bugs in webkit, both QtScript and Webkit does not compile. + See http://bugreports.qt.nokia.com/browse/QTBUG-6297 for a workaround for + QtScript. + \endlist \section2 Mac OS X |