Hi,

I'm getting this linker error when trying to compile some QT code on my mac:

/usr/bin/ld: Undefined symbols:
dqm_display::gui::ShapedButtonBase::bw
collect2: ld returned 1 exit status

FYI, the code compiles, links & runs ok under SLC4.

I'm running Mac-OS X 10.4.11 & gcc version 4.0.1
The .pro file contains:
CONFIG += qt debug exceptions warn_on thread

Any ideas on how to fix this ?

Thanks
-Anyes