qmake

Anders Sandholm asandholm at spray.se
Thu Nov 11 15:57:40 GMT 2004


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«



More information about the KDevelop mailing list