Talk:Compiling Rivendell from Source
From Rivendell Wiki
For me (on debian and umbuntu), the trick was:
$ export QTDIR=/usr/share/qt3 export PATH=$PATH:$QTDIR/bin:/usr/include:/usr/include/qt3
Without these, the QT includes would choke with file not found.

