[Bug 208811] devel/qt5-qmake: Qmake-Qt5 uses clang for linking instead of gcc/g++ specified in Netbeans toolchain

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Aug 20 09:04:36 BST 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208811

Adriaan de Groot <adridg at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adridg at freebsd.org

--- Comment #5 from Adriaan de Groot <adridg at freebsd.org> ---
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.


More information about the kde-freebsd mailing list