Well, if you release your project under GPL anyway the easiest solution would be to build a static version of Qt and link the binary release of your application against that static Qt.
If you do that, only the parts of Qt that you are using are included in your binary, and you do not need to ship any Qt libraries for it to work.




Reply With Quote

Bookmarks