On Fri, 13 Dec 2002 14:48:42 +0100 Janine C.Buorditez <[EMAIL PROTECTED]> wrote:
> Hello. > > I heard this was possible, but have no idea how. > > Could anybody point me in the right direction? > > Thanks. > > --janine You have to recompile. As far as I've seen, no packages are available compiled with QT, probably because it's less than perfect. So you'll have to get the source, and do ./configure --with-fronted=qt make make install If necessary, add other options to the configure line. Particularly the make step takes quite some time. The compilation is not for the faint of heart, but it's not impossible either! Of course, you'll have to have either QT2 or QT3 installed. John
