6.2.0 installs it into /usr/local/lib/qt5/pkgconfig/Qt5Qwt6.pc when the correct location is /usr/local/libdata/pkgconfig/Qt5Qwt6.pc
Why /usr/local/libdata/pkgconfig/Qt5Qwt6.pc is the correct location. The standard location to install *.pc files is $PREFIX/lib/pkgconfig.
/usr/local/libdata/pkgconfig/Qt5Qwt6.pc
*.pc
$PREFIX/lib/pkgconfig
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
On my system (FreeBSD) .pc files are in libdata/pkgconfig but lib/pkgconfig is fine too.
libdata/pkgconfig
lib/pkgconfig
You should mentioned earlier that the reported issue is about FreeBSD.
Why
/usr/local/libdata/pkgconfig/Qt5Qwt6.pcis the correct location.The standard location to install
*.pcfiles is$PREFIX/lib/pkgconfig.On my system (FreeBSD) .pc files are in
libdata/pkgconfigbutlib/pkgconfigis fine too.You should mentioned earlier that the reported issue is about FreeBSD.