Freinds,

I am very new developer in Qt GUI. mY Application is running on PC,on which qt-4.6.2 is installed. And another simple test.cpp application ,needs to call a GUI related function(displays an image respective to event occured).

I am thinking of using dbus. in this case,qt application has all the dbus library included and can register its service and
object,gets compiled and running too.

The same way i have to use dbus for test.cpp application. but i dont know how to give the dbus library to this application.
I am compiling test.cpp with g++ compiler.but its giving me lot of error related to undefined refrence to dbusconnection and
dbusmessage and many more.I think they are not getting library path. Which files should i include?

what should i do now? i am using suse linux on i586 based computer.
reply will be appreciated.