KDevelop and QT

Andreas Schlapbach schlpbch at bluewin.ch
Sun Jan 16 01:10:52 GMT 2000


Prasanth Kumar wrote:
> 
> I had installed the KDevelop RPM on my Redhat 6.1 system and when I tried to
> create a sample application, it complained about my version of QT. I think
> it has to do something about the fact that the KDE libraries are compiled to
> QT 1.x which the default QT development libraries for Redhat 6.1 is QT 2.x.
> How do I go about fixing this?

First, checkout where the qt is located. Then (assuming it's in
/usr/lib/qt)
do 
        setenv QTDIR /usr/lib/qt
or
        export QTDIR=/usr/lib/qt
before compiling, depending on your shell.

Hope it helps
Andreas

--
Andreas Schlapbach
mailto:schlpbch at iam.unibe.ch
http://iamexwiwww.unibe.ch/studenten/schlpbch






More information about the KDevelop mailing list