I have a library that is a layer between my executable and Qt. I want to use LGPL version of Qt and link my library and application dynamically (e.g. -l against so file in Linux). My library source and headers don't any contain source code from Qt source files (cpp). Surely, however, I use classes of Qt that are available in h files.

I also will provide a file with text of LGPL in the application directory and I will mention LGPL in copyright notes of my application.

Can I just put Qt libs (e.g. libQtGui.so.x.x.x) in my application folder and distribute it with my application, according to the above conditions and if I also provide a link to the source of Qt (trolltech.com) somewhere (where ?).