On Sat, Oct 17, 2015 at 09:45:22PM +0100, Stuart Henderson wrote: > This is mostly setup for doing builds as part of ports. And in > that case, if you're writing a port which uses Qt5, you would set > MODULES=x11/qt5 which automatically inserts a link or wrapper for the > correct compiler at the head of the path so that calling it as 'g++' > works.
That's true. But I should have mentioned that I ran into this issue because I'm working on an update for the Qt Creator port. When creating a "Qt Quick Application", Qt Creator calls qmake-qt5 to create a Makefile which then calls g++ with the -std=c++11 flag. In that context, it is a problem that g++ doesn't actually support C++11. Best regards, Caspar Schutijser