summaryrefslogtreecommitdiffstats
path: root/doc/src/getting-started/known-issues.qdoc
diff options
context:
space:
mode:
authorJan-Arve Sæther <jan-arve.saether@nokia.com>2009-11-30 13:55:06 (GMT)
committerJan-Arve Sæther <jan-arve.saether@nokia.com>2009-11-30 13:55:06 (GMT)
commit85349d44d859a4a591d82f90dd128fd43426b4fb (patch)
treec62527055a8593056302e5deb19db43f47b855d0 /doc/src/getting-started/known-issues.qdoc
parentef8619e587d85de29ee01def2e920c4a7ca6829a (diff)
downloadQt-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.qdoc10
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