On Mon, 21 Dec 2009, Dave Phillips wrote:
How do I get it to build on Ubuntu Jaunty ? The QTDIR
variable is a
problem there. I've set it correctly but ./configure fails every time,
it doesn't find the headers, lib, or the bin utilities.
If `qmake -version` yields the Qt3 version... then maybe
try:
$ for N in qmake moc uic rcc ; do sudo update-alternatives --config $N ; done
...and set them all to use the Qt4 versions.
-gabriel