Hi,

> >  Try opening a terminal window and type
> >
> >  which moc
> 
> it say: /usr/bin/moc

Open the terminal window and type

echo $LD_LIBRARY_PATH
echo $QTDIR

it should return

/usr/lib/qt

(or /usr/local/qt/lib if you've done it yourself)

Next, type

ls /usr/lib/qt

You'll see libqt-mt there (or you should)

Next, run configure with --with-qt-libraries=/usr/lib/qt
--with-qt-includes=/usr/include/qt

That should do the trick.

TTFN

Paul

-- 
Open your mind to a time where a company does not have control
Open your mind to a choice of applications which you can control
Open your mind from the closed world of those who seek total power
Open your mind to the wonderful world of Open Source


Reply via email to