"Muthu Mohan.T" wrote:
> somebody asked about Qt problem while compiling KDE apps.
> Try setting QTDIR environment var like this:
> $QTDIR=/usr/lib/qt-1.45
> $./configure;make;make install
> -Muthu Mohan.T
Good point. I believe that QT source tarball comes in with a complete
document. The README file explicitly mentions that a part of this
[depending on the shell is bash/ksh/csh] be copied-cut-and-pasted
in /etc/profile or whatever the system profile directory is.
And then to effect that file doing
source /etc/profile
and this will export all the variables, including QTDIR...
This is done before making anything there..
Rohit
-----------------------------------------------------------------------
Check out the 'What to do before posting to the list' site
for a list of things to try before posting. The site is
at http://botsie.tripod.com/beforeposting/