QT commercial vs. non-commercial license for beginner [closed]

独自空忆成欢 提交于 2019-12-08 14:50:52

问题


The QT licensing seems very anti-learning, because afaik anything you develop with it can only be commercial if and only if its entire development was done while using a commercial license.

Ethics aside, if you're new to QT, play around with it using the non-commercial license (since you obviously wouldn't know at that point if you could do something commercially viable) but you end up developing some rough prototype that might be a worthwhile stepping stone to a commercial product, and then at that point you buy a commercial license, could QT tell if you incorporate parts which were developed before having the commercial license?


回答1:


That's all changed now with the LGPL version, you even get the Visual studio integration tools for free.

The only reason for the commercial license is if you need commercial support or you are shipping on an embedded platform like a cellphone

Edit: As SigTerm points out, you do need the commercial license if you want to make changes to the Qt core and NOT return those changes to Nokia.




回答2:


According to the Nokia FAQ, Qt is now under LGPL:

Under what licenses is Qt offered?

Qt is offered under the Qt Commercial Developer License, the GNU Lesser General Public License (“LGPL”) version 2.1 and the GNU General Public License (“GPL”) version 3.0.



来源:https://stackoverflow.com/questions/3095136/qt-commercial-vs-non-commercial-license-for-beginner

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!