wasabi - 2011-09-04

Hi!
Sorry for the newbie question but
qmake -project
qmake
make
fails with the following error:

moc_translatetext.o:(.rodata._ZTVN9TransText13TranslateTextE+0x208): undefined
reference to `non-virtual thunk to
QWidget::metric(QPaintDevice::PaintDeviceMetric) const'
/usr/bin/ld: final link failed: Invalid operation
collect2: ld returned 1 exit status
make: *** Error 1

How should I build this on lInux?
Chris