Bug report is
a good idea. I'm going to be
swamped at
my day job real
quick, so it may have to wait until someone else
patches
it.
Can you provide me so[m]e clues? I don't mind taking a wack.
The problem is in the qt3 code. I never paid attention before, but there is a snippet in
the original qt3 build script from Slackware that fixes the problem:
# Make a link to qt-mt.pc
mkdir -p $PKG${PREFIX}/lib${LIBDIRSUFFIX}/pkgconfig
cd $PKG${PREFIX}/lib${LIBDIRSUFFIX}/pkgconfig
ln -sf ../$PRGNAM-$VERSION/lib/pkgconfig/qt-mt.pc .
cd -
Bug report 796 filed.
Darrell