Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Apr 2016 00:26:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 208811] Qmake-Qt5 uses clang for linking instead of gcc/g++ specified in Netbeans toolchain
Message-ID:  <bug-208811-13-Pbe0C22nI8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-208811-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-208811-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208811

--- Comment #1 from nulluse <info@dressmaker.ca> ---
Created attachment 169326
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D169326&action=
=3Dedit
qt-Debug.mk

Apparently the attached file, generated by qmake-qt5, contains link command
that uses clang instead of gcc/g++ specified in Netbeans C++ tool chain:

LINK          =3D clang++
LFLAGS        =3D -pthread -Wl,-rpath,/usr/local/lib

For some reason FreeBSD port of Qt5 has qmake that wants to use a different
tool.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-208811-13-Pbe0C22nI8>