summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJan-Arve Sæther <jan-arve.saether@nokia.com>2009-11-30 11:15:00 (GMT)
committerJan-Arve Sæther <jan-arve.saether@nokia.com>2009-11-30 11:15:00 (GMT)
commit1d5621a4958ab6f250566c26f891d3e99c6f8585 (patch)
treecdd57780823502f296a245a25842202cf9611b8e /examples
parent47ad7aae65756f4d646cd70db563d5a394c23ab2 (diff)
downloadQt-1d5621a4958ab6f250566c26f891d3e99c6f8585.zip
Qt-1d5621a4958ab6f250566c26f891d3e99c6f8585.tar.gz
Qt-1d5621a4958ab6f250566c26f891d3e99c6f8585.tar.bz2
Compile webkit for win32-icc
The reason for the first hunk is that the Intel compiler does not support the __has_trivial_constructor type trait. The Intel Compiler can report itself as _MSC_VER >= 1400. The reason for that is that the Intel Compiler depends on the Microsoft Platform SDK, and in order to try to be "fully" MS compatible it will "pretend" to be the same MS compiler as was shipped with the MS PSDK. (Thus, compiling with win32-icc with VC8 SDK will make the source code "think" the compiler at hand supports this type trait). The second hunk is simply for including stdint.h since MS does not ship that in their PSDK. Reviewed-by: Simon Hausmann
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions