KDevelop and QT
Ken Brakey
brakeykr at poncacity.net
Sat Jan 15 21:59:20 GMT 2000
Prasanth Kumar wrote:
>
> <snip>
> > On Fri, 14 Jan 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?
> >
> > Install the QT 1.4x development files? :)
> >
> Yes, I did that. It seems to use the QT 2.x libraries instead!
ls -l /usr/lib/qt
will tell you where qt points to. Should be 1.4?. If not
re-create the link.
In my bashrc file I have BOTH
QTDIR=/usr/local/qt-1.44
#QTDIR=/usr/local/qt-2.1
Notice: the second line is commented out
Ken
More information about the KDevelop
mailing list