Intel c++ compiler 10 and qt 4.1 opensource
According to readme file in the open source edition of qt 4.1 and reading also:
http://trolltech.com/developer/resou...rted_platforms
, intel c++ compiler 10 should be supported, but in mkspecs folder there is no win32-icc folder.
Moreover,
configuring like:
configure ..... -platform win32-icc
does not start ("invalid option win32-icc").
Is there any error in the readme file? Only commercial edition is OK for intel?
Thanks
Re: Intel c++ compiler 10 and qt 4.1 opensource
Try a more recent version. My Qt4.4 installation has a win32-icc specs available.
Re: Intel c++ compiler 10 and qt 4.1 opensource
Cannot find win32-icc in qt 4.4.1 opensource too.:confused:
Re: Intel c++ compiler 10 and qt 4.1 opensource
Looks like it is only in the commercial edition. I see a linux-icc configuration but not win32-icc in OpenSource edition.
Re: Intel c++ compiler 10 and qt 4.1 opensource
Yes, it's true.
Even if in the readme file of the opensource edition, intel compiler is claimed to be supported...:(