libQt5Qml port?
Kurt Hackenberg
kh at panix.com
Thu Feb 4 03:14:31 UTC 2021
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.
More information about the freebsd-questions
mailing list