I have one more question here.
Base on the instructions:

"problem is that your application has to link with the code of the widget you are trying to use. And to do that, the library has to be found by the dynamic linker not only at compile time, but also during run time. You have to place the library in a path where linker will be looking for it. You can use the LD_LIBRARY_PATH variable to extend the linker lookup path if you need to"

I can run the application from a command line - that works fine. The problem is that when I want to run in QtCreator I'm getting those error messages.
Where can I place my library so that Qt will find during "run"?