summaryrefslogtreecommitdiffstats
path: root/doc
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
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')
-rw-r--r--doc/src/getting-started/known-issues.qdoc10
-rw-r--r--doc/src/platforms/compiler-notes.qdoc2
2 files changed, 11 insertions, 1 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
diff --git a/doc/src/platforms/compiler-notes.qdoc b/doc/src/platforms/compiler-notes.qdoc
index 0ae32c3..8f1202d 100644
--- a/doc/src/platforms/compiler-notes.qdoc
+++ b/doc/src/platforms/compiler-notes.qdoc
@@ -196,7 +196,7 @@
\list
\o Windows - Intel(R) C++ Compiler for 32-bit applications,
- Version 8.1 Build 20050309Z Package ID: W_CC_PC_8.1.026
+ Version 9.1.040.
\o Altix - Intel(R) C++ Itanium(R) Compiler for Itanium(R)-based
applications Version 8.1 Build 20050406 Package ID: l_cc_pc_8.1.030
\endlist