PDA

View Full Version : Intel c++ compiler 10 and qt 4.1 opensource



brasio
21st August 2008, 14:49
According to readme file in the open source edition of qt 4.1 and reading also:

http://trolltech.com/developer/resources/notes/supported_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

wysota
22nd August 2008, 10:17
Try a more recent version. My Qt4.4 installation has a win32-icc specs available.

brasio
22nd August 2008, 11:27
Cannot find win32-icc in qt 4.4.1 opensource too.:confused:

wysota
22nd August 2008, 11:46
Looks like it is only in the commercial edition. I see a linux-icc configuration but not win32-icc in OpenSource edition.

brasio
22nd August 2008, 12:32
Yes, it's true.
Even if in the readme file of the opensource edition, intel compiler is claimed to be supported...:(