Abdelrazak Younes wrote: > This one is correct and is the one I specified. It seems that for the > second test it is overridden by the variable QTDIR. It is very common to > have these variable left, couldn't we just ignore them?
No. We got complaints from some BSD people some time ago when it was not properly honored. Setting QTDIR is documented by trolltech, so people expect it to work. I am not sure what should happen if you both have QTDIR set and specify something else on the command line. Since this is almost always not wanted a warning might be good. Georg