Using the Intel C++ Compiler in Qt Creator
-
wrote on 8 Jul 2011, 12:37 last edited by
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
-
wrote on 8 Jul 2011, 13:04 last edited by
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?
-
wrote on 8 Jul 2011, 13:21 last edited by
So it's not necessary to compile Qt and Qt Creator in icc?
-
wrote on 9 Jul 2011, 23:43 last edited by
What compiler is used to compile Qt Creator itself does not matter at all.
-
wrote on 10 Jul 2011, 22:00 last edited by
[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
-
wrote on 11 Jul 2011, 08:43 last edited by
bq. So it’s not necessary to compile Qt and Qt Creator in icc?
It does not matter what compiler was used to build Qt Creator.
As Volker mentioned, for Qt you must use a binary compatible compiler
1/7