PLinnell wrote: > One other thing to check is: > > echo $QTDIR > > If this variable is not set, sometimes configure will fail.
QTDIR should only be checked if we can't find Qt any other way. The usual paths are searched first, and IIRC configure also looks for the headers, binaries etc on the appropriate search paths. Thankfully QTDIR is dead in Qt4, so we won't have to worry about it in a while anyway. -- Craig Ringer
