qmake

Tarjei Knapstad tarjei.knapstad at predichem.com
Thu Nov 11 11:36:13 GMT 2004


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«



More information about the KDevelop mailing list