On Wednesday, 3 July 2019 18:09:36 -03 Matthew Woehlke wrote:
> Can't you make that depend on *the compiler*?
> 
>   .qmake.stash: /usr/bin/g++
> 
> (I guess this wouldn't behave well with ccache, but oh well...)

And icecc.

And the actual compiler is /usr/lib64/gcc/x86_64-suse-linux/9/cc1plus. That 
file can change and the g++ front-end remain the same.

Not to mention that outside of macOS, we call the compiler without a full 
path, so you can change $PATH and find a different one. Quite handy to test a 
new GCC version.

So, no, depending on the compiler path won't help.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel System Software Products



_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to