By Peter Dimov (19. July 2007, 00:01:51)
Hi Giles,
QTDIR and QMAKESPEC need to be set. Strangely, they are not set on my system but everything still works. Try:
export QTDIR=/usr/lib64/qt4/
export QMAKESPEC=linux-g++-64
I guessed you QMAKESPEC so you might want
(more...)