https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208811
Adriaan de Groot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Adriaan de Groot <[email protected]> --- Feedback timeout; if there's an underlying issue it is that Qt (qmake) uses the mkspecs to set up the toolchain, and the default toolchain is set when Qt is compiled. You can change toolchains for Qt by changing QMAKESPEC or passing -spec to qmake when it generates the makefile. However, that's independent of things like CC and CXX in the environment: right now, Qt5 knows about "clang" and "gcc" and none of the suffixed versions. -- You are receiving this mail because: You are the assignee for the bug.
