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
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