Basic Configuration for qmake

Tarjei Knapstad tarjeik at chemcon.no
Thu Feb 19 12:11:25 GMT 2004


On Wed, 2004-02-18 at 21:40, A Beach wrote:
> What I have to do is at the variable QTDIR to the Makefile produced by qmake. 
> Mine looks like:
> 
> QTDIR = /usr/lib/qt3
> 
> But everytime you run qmake, you will need to re-add the variable.
> 

<snip>

To avoid "re-adding" the variable you can add this to your
$HOME/.bash_profile

	export QTDIR=/usr/lib/qt3

Log out of X, and the next time you log in this variable will be
permanently set.

Cheers,
--
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