On Thursday 12 September 2002 6:27 pm, John Levon wrote:
> On Thu, Sep 12, 2002 at 05:41:02PM +0100, Angus Leeming wrote:
> > John, I have been running Qt configure as
> >     configure --with-extra-prefix=/usr/local
> > --with-frontend=qt2 --with-qt2-dir=${QTDIR}
> > --with-qt2-includes=${QTINC} --with-qt2-libraries=${QTLIB}
> >
> > what should I now be doing?
>
> ./configure --with-extra-prefix=/usr/local/ --with-frontend=qt
>
> The --with-qt2-dir=${QTDIR} was always unnecessary, and it
> still is

My qt includes are to be found in /usr/local/kde/qt/include. 
Presumably that must now go in 
        --with-extra-prefix="/usr/local/ ${QTINC}"
and I should set LDFLAGS=${QTLIB} before running configure?

Angus

Reply via email to