Re: Qt/Win Free library not longer recognized

2005-02-13 Thread Angus Leeming
Michael Schmitt wrote: > Angus, > > the Qt/Win Free people have renamed their library so that it is no longer > recognized by the configure script. > > Could you please extend the following line in ./config/qt.m4 > > for libname in -lqt3 -lqt2 -lqt -lqt-mt; > > by > > for

Qt/Win Free library not longer recognized

2005-02-13 Thread Michael Schmitt
Angus, the Qt/Win Free people have renamed their library so that it is no longer recognized by the configure script. Could you please extend the following line in ./config/qt.m4 for libname in -lqt3 -lqt2 -lqt -lqt-mt; by for libname in -lqt3 -lqt2 -lqt -lqt-mt -lqt-mt3; Both in