如何发布 QT LGPL 程序

发布于 2024-10-21 03:07:47 字数 78 浏览 0 评论 0原文

我相信我的程序链接得太动态了。如何在 Windows 上将我的程序链接到 QT,然后通过 nsis 安装程序进行安装?我使用 QMake 吗?

I believe I have too dynamically link my program. How do I link my program too QT and then install it by an nsis installer, on Windows? Do I use QMake?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

长梦不多时 2024-10-28 03:07:47

只需将您的程序与您使用的 Qt dll 一起发布即可 - 假设您没有对 Qt 源代码进行任何更改。

在 Linux 上,您可以假设它们具有正确的 dll,或者使用依赖项检查器自动从其发行版的存储库中获取它们。
在 Windows 上,您确实需要相同编译器的 Dll,因此包含它们对您来说更安全。

如果您根据自己的需要更改了 Qt 源代码,那么您需要向任何下载者提供新的 Qt 源代码 - 否则只需在 qt.nokia.com 上注明它们就足够了。

Just ship your program with the Qt dll's you have used - assuming you have made no changes to the Qt source.

On linux you can assume they have the correct dlls or will get them from their distribution's repository automatically with the dependencies checker.
On windows you really need the Dlls for the same compilers so it's safer for you to include them.

If you have changed the Qt source for your own needs then you need to offer the new Qt source to any of the downloaders - otherwise just a note pointing them at qt.nokia.com would be enough.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文