qmake

Jens Dagerbo jens.dagerbo at swipnet.se
Thu Nov 11 18:28:46 GMT 2004


Hi,

You are logging in through kdm/gdm/xdm and starting KDevelop from the k-menu?

Try running KDevelop from the konsole where you can run qmake manually. Now 
does it work?

If it does, can you figure out the problem? ;)


jd

On Thursday 11 November 2004 16.57, Anders Sandholm wrote:
> Hi
>
> But I can find qmake in bash, and $QTDIR/bin contains inside $PATH, so
> that cant be the problem.
> // anders
>
> On Thu, 2004-11-11 at 13:36, Tarjei Knapstad wrote:
> > On Thu, 2004-11-11 at 10:25, Anders Sandholm wrote:
> > > Hi
> > >
> > > I use Kdeveloper 3.3.1 with a qmake projekt, but when i right klick and
> > > choose qmake it says
> > >
> > > */bin/sh: qmake: command not found
> > >
> > > if i do echo $QTDIR it prints the correct dir where qt is installed,
> > > and if i run qmake in bash it finds the tool. I would like kdeveloper
> > > to locate the qmake tool, how do I do this.
> >
> > 'qmake' must be in your PATH. You can do this by either adding a symlink
> > in for instance /usr/local/bin, or just:
> >
> > export PATH=$PATH:$QTDIR/bin
> >
> > (after QTDIR has been set of course...)
> >
> > --
> > Tarjei
> >
> >
> > -
> > to unsubscribe from this list send an email to
> > kdevelop-request at kdevelop.org with the following body: unsubscribe
> > your-email-address
>
> -
> to unsubscribe from this list send an email to
> kdevelop-request at kdevelop.org with the following body: unsubscribe
> »your-email-address«

-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list