ActiveQt 包含哪些模块?
为了使用 Active Qt,我应该在 .pro
文件中包含哪些模块?我的意思是QT += ?
。
并且:我可以使用 ActiveQt 开发商业软件吗? (我正在使用 Qt LGPL)。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
为了使用 Active Qt,我应该在 .pro
文件中包含哪些模块?我的意思是QT += ?
。
并且:我可以使用 ActiveQt 开发商业软件吗? (我正在使用 Qt LGPL)。
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
Qt/QMake 在如何将其模块包含在
.pro
文件中并不总是一致的。在本例中(与CONFIG+=designer
一样),它是Cf。 http://doc.trolltech.com/latest/activeqt-server.html 。
至于许可,当您有疑问时,当然应该咨询律师。
也就是说,常见的解释似乎是您可以在专有项目中使用 ActiveQt 框架,是的,由于其 BSD 许可证(记录为
QAxContainer
此处 以及QAxServer
此处)。您还应该能够静态链接这些模块(这对于 LGPL 的 Qt 模块是不可能的),但是,您应该注意要求二进制发行版包含特定免责声明的子句...Qt/QMake isn't always consistent in how to include its modules in
.pro
files. In this case (as withCONFIG+=designer
), it'sCf. http://doc.trolltech.com/latest/activeqt-server.html.
As for licensing, you should of course always consult a lawyer when you're in doubt.
That said, the common interpretation seems to be that you can use the ActiveQt framework in proprietary projects, yes, due to their BSD license (documented for
QAxContainer
here and forQAxServer
here). You should also be able to link these modules in statically (which is not possible with the LGPL'ed Qt modules), however, you should note the clause that requires binary distributions to include a particular disclaimer...ActiveX 有 2 个模块: QAxServer 和 QAxContainer。正如文档中所述,它们都根据 BSD 许可证获得许可。
要包含这些模块,我相信你必须使用
There are 2 modules for ActiveX : QAxServer and QAxContainer. They are both licensed under BSD License as it says in the doc.
To include those modules i beleive you have to use