[Interest] QtCreator configure with custom compiler

Thiago Macieira thiago.macieira at intel.com
Sat Feb 4 19:18:38 CET 2017


On sábado, 4 de fevereiro de 2017 12:08:03 PST Konstantin Shegunov wrote:
> Hello,
> A week or so ago I tried configuring Creator to use a custom compiler
> (actually a g++ wrapper compiler). So I tried configuring both a
> GCC-type compiler and a Custom-type compiler (plus setting the arch
> manually) in the Creator's UI. After that I configured a kit for each
> of said compilers and tried building my project with it. Surprisingly,
> Creator invokes g++ instead.
> 
> Did I miss something? Is this a regression of some kind?

Qt Creator modifies PATH for a number of tools, so it's possible that it picked 
up your g++ instead of your wrapper because something else was required and 
/usr/bin got moved up.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list