Re: [Interest] QtCreator configure with custom compiler

2017-02-06 Thread Konstantin Shegunov
Okay, this settles it then. Thank you! ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] QtCreator configure with custom compiler

2017-02-06 Thread Thiago Macieira
On segunda-feira, 6 de fevereiro de 2017 14:03:07 PST Konstantin Shegunov wrote: > I don't have a separate mkspec, and this must be the reason for the > issue. Thanks, Thiago, for the feedback. I was hoping to use the > default g++ mkspec, as the wrapper is fully compatible with the > installed g+

Re: [Interest] QtCreator configure with custom compiler

2017-02-06 Thread Konstantin Shegunov
On Sun, Feb 5, 2017 at 8:30 PM, Thiago Macieira wrote: > Maybe you should give more information on the problem. Here's how I've configured it. I didn't do anything special, just chose GCC as type and added the path to the binary. https://s23.postimg.org/olw98w3vf/Screenshot_20170206_140101.png >

Re: [Interest] QtCreator configure with custom compiler

2017-02-05 Thread Thiago Macieira
On domingo, 5 de fevereiro de 2017 14:39:14 PST Konstantin Shegunov wrote: > On Sat, Feb 4, 2017 at 8:18 PM, Thiago Macieira > > wrote: > > Qt Creator modifies PATH for a number of tools > > Modifies how? Prepends stuff to it. I know it adds the one for your compiler, according to the Kit conf

Re: [Interest] QtCreator configure with custom compiler

2017-02-05 Thread Konstantin Shegunov
On Sat, Feb 4, 2017 at 8:18 PM, Thiago Macieira wrote: > Qt Creator modifies PATH for a number of tools Modifies how? > 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. I don't see how it might have gotten mov

Re: [Interest] QtCreator configure with custom compiler

2017-02-04 Thread Thiago Macieira
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 > manua

Re: [Interest] QtCreator configure with custom compiler

2017-02-04 Thread Konstantin Shegunov
Forgot to mention that I do use qmake as a build system if that's important. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] QtCreator configure with custom compiler

2017-02-04 Thread Konstantin Shegunov
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 a