PUBLISHING A SIDE PROJECT (HOBBY PROJECT)
Unsolved
Brainstorm
-
I am working on a side project (for fun) and it will be published free and open-sourced. I want to know what steps should I take and what things should I deliver to end-users in order to follow all legality regarding the QT license.
Or let me know which forum is the best place to ask this question.
-
@EHSUN7B If you want to publish source code also then there is nothing special to consider.
If you do not want to deliver source code then use LGPL license for Qt and use Qt shared libraries.
When using static Qt libraries you have to be prepared to give the users the object files so they can relink the app against their own Qt libs.
Note: I'm not a lawyer.