Martin Koller wrote:
> So the bug in fact is that qt does not give a correct name for
> libQt5MultimediaGstTools.prl ?
The bug is that something tries to use -L/usr/lib64. That directory is in
the default linker search path, it makes no sense to -L it, and doing it
anyway messes up the search order.
Kevin Kofler