Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Feb 2021 22:14:20 -0500
From:      Kurt Hackenberg <kh@panix.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: libQt5Qml port?
Message-ID:  <YBtmjPsyitKZ8l2G@rain.home>
In-Reply-To: <2250b795-ee29-1dfa-9d9c-d17d832e4111@dreamchaser.org>
References:  <2250b795-ee29-1dfa-9d9c-d17d832e4111@dreamchaser.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Feb 03, 2021 at 07:50:58PM -0700, Gary Aitken wrote:
>11.4-RELEASE-p3
>
>Trying to build cad/freecad:
>
>===>   qt5-designer-5.15.2_1 depends on shared library: libQt5Core.so - found (/usr/local/lib/qt5/libQt5Core.so)
>===>   qt5-designer-5.15.2_1 depends on shared library: libQt5Qml.so - not found
>===>   qt5-designer-5.15.2_1 depends on shared library: libQt5Qml.so - not found
>
>Can someone tell me which port supplies this library, or at least how to find
>out?  I tried using libQt5Qml.so in the keyword search on freshports but got
>no hits.

There's "pkg which", but that only looks at what's installed on the
local system.  On my 13-CURRENT:

~$ pkg which /usr/local/lib/qt5/libQt5Core.so
/usr/local/lib/qt5/libQt5Core.so was installed by package qt5-core-5.15.2
~$ pkg which /usr/local/lib/qt5/libQt5Qml.so
/usr/local/lib/qt5/libQt5Qml.so was installed by package qt5-declarative-5.15.2
~$

You could try "pkg rquery" to query the servers.  I haven't tried it,
though.



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