Hi All,
please can you help me with this? (Ubuntu, Qt Creator)

I have made one simple custom widget plugin (following the "worldtimeclock custom widget plugin" example). I have compiled it and created a *.so library.

I restart the QtCreator and can see my custom widget in the designer menu - great. Then I (move it) to my mainWindow form.

Then I add widget library to *.pro file:
LIBS += -L/opt/qtsdk-2009.01/bin/designer -lPanelPlayer

run "qmake": no problem
run "make": no problem - this means that the library PATH is correct

BUT when I want to execute it I got a reply:
error while loading shared libraries: libworldtimeclockplugin.so: cannot open shared object file: No such file or directory


Please do you know that what can be the problem?