Using the Intel C++ Compiler in Qt Creator
-
How to configure Qt Creator to use ICC?
Is this the way? "Using Intel® C++ Compiler for MeeGo":http://appdeveloper.intel.com/en-us/article/how-use-intelr-c-compiler-qt-creatorAgradeço a ajuda senhores
-
Looking a little more I found that too
"Changing Intel® C++ Compiler Options in Qt Creator":http://appdeveloper.intel.com/en-us/article/changing-intelr-c-compiler-options-qt-creator
I found answers that would be necessary to compile Qt and Qt Creator SDK with the ICC.
But these solutions of the links that I can not solve?
-
So it's not necessary to compile Qt and Qt Creator in icc?
-
[quote author="matheusssilva_BR" date="1310131261"]So it's not necessary to compile Qt and Qt Creator in icc?[/quote]
Usually you must compile all parts of a C++ application with the same compiler. The only exception are compilers that use the same ABI and name mangling. I don't know if icc and gcc are compatible in that regard