Hi...Qt forum,
This is my first post here. My question is quite simple. I want to develop a desktop application with below combination.
1)Developing Qt application using QT sdk (GNU LGPL edition).
2)I want application to be closed source.
3)But it will be available free of charge(Cost free) to end user.
4)Application will be dynamically linked to qt dll(v4.7). And includes Qtcore, Qtgui, Qtxml, QtNetwork, Qtwebkit, Qtsql modules.
5)I will use a open source installer kit(may be nullsoft). Here installer combines qt dlls , and my app's exe to make a setup.exe
Does current qt license(lgpl) provide such feasibility for a developer? I know this question is simple and tricky too. I searched several forums but couldn't find a simple answer like "yes" or "no".
Thanks in advance for replies.


Reply With Quote

until i dynamically linked to qt libraries & without modifying qt itself(i.e. derived work)..If we derive a class from another class in the LGPL library, that would not constitute a derived work i hope). But i couldn't understood the 4th point under LGPL facts in the above post at Nokia blog regarding including utility tools while shipping application's executable. What i need to include here as a qt application developer.

Bookmarks