Re: Qmake does not respect compiler choice

2017-07-08 Thread Nicolas Pavillon
Hi Michael, Thanks for your clarifications, it was indeed helpful. I had a second look at these issues in the past few days, and I still have some issues in trying to be able to arbitrarily set the compiler. The compiler is respected in the sense that it will be correctly set, but the build may

Re: Qmake does not respect compiler choice

2017-07-01 Thread Michael Dickens
Hi Nicolas - qmake by itself will not "do the right thing", as you note, for pretty much any 'port' setting (CC, CXX, *FLAGS). If you use the qmake 1.0 PortGroup, then qmake should "do the right thing". If you're using this PG & qmake is still not doing the right thing, then the issue is likely the

Qmake does not respect compiler choice

2017-07-01 Thread Nicolas Pavillon
Hello, While trying to solve an issue where one of my ports does not respect the compiler choice (ticket #54372, thanks Ryan for pointing that out), I realised that qmake seems to not be respecting the choice of compiler in any case. On Mac, qmake uses by default the 'macx-g++’ configuration,