Does anybody has cross compiled(arm-linux) Qt/Embedded with dbus support????

Because I am not able to cross compile, I got following error while configure..

undefined reference to dbus_shutdown

QtDBus module cannot e enabled because libdbus-1 version 0.62 was not found.

I have libdbus shared libraries in lib and .h files for dbus in my lib and include folder respectively.

I dont understand what's going wrong??

Your suggestion would be a great help for me...