Patch for qt-3.0.5 with xft2

Panagiotis Papadakos <[email protected]> Sat, 24 Aug 2002 02:01:58 +0300 (EEST)
Newsgroups gmane.comp.xfree86.render
Message-ID <[email protected]>
I have made a patch based on Keith's patch for qt-3.0.5 but while
linking I got the following errors.

/usr/lib/qt-x11-free-3.0.5-panais//lib/libqt-mt.so: undefined reference to
`XftFreeTypeOpen'
/usr/lib/qt-x11-free-3.0.5-panais//lib/libqt-mt.so: undefined reference to
`XftFreeTypeClose'
/usr/lib/qt-x11-free-3.0.5-panais//lib/libqt-mt.so: undefined reference to
`XftFreeTypeGlyphExists'

I searched to the Xfree-CVS sources and I saw that this functions are
declared in XftFreetype.h, but they are not implemented anywhere...
These functions are used in src/kernel/qfont_x11.cpp.
Can anyone please help me?

Regards
	Panagiotis Papadakos