Qt 5.2.0 generate single .o file
-
I'm not sure I understand. Under the LGPL, the source for the LGPL libraries (say Qt) must only be available, upon request from you or from other repositories. You don't have to ship (or even provide?) the source for the LGPL. You need not provide your proprietary code in source form, only in a form (say a library or object files) that can be linked with modified LGPL libraries.
I think the terminology used is 'convey.' All you have to do is say precisely which LGPL libraries you used and how a user can get the source. Then the user can modify the LGPL libraries and relink with your library.