Qt 应用程序是否需要最终用户提供额外的库?喜欢 C# 和 .NET Framework?

发布于 2024-11-28 10:13:20 字数 120 浏览 0 评论 0原文

我正在移动我的游戏启动器和从 C# 更新到另一种语言和框架,因为 C# 需要 .NET Framework(很多玩家在安装和其他方面遇到问题)。

Qt 是否需要用户在运行我的应用程序之前必须安装一些额外的库?

I'm moving my game launcher & updater from C# to another language and framework because C# requires .NET Framework (a lot of players have problems with installation and stuff).

Does Qt require some additional libraries that user must install before he can run my app?

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

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

发布评论

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

评论(2

嘦怹 2024-12-05 10:13:20

是的。即使使用 Qt 的静态链接,在 Windows 上您也至少需要 msvc(或 mingw)运行时。 (通常最终用户已经拥有它,但您不能依赖它。)

您可以在此处阅读每个平台的特定依赖项:http://doc.qt.io/qt-5/deployment.html#platform-specific-notes

Yes. Even with static linking of Qt, on Windows you will minimally need the msvc (or mingw) runtime. (Often the end user will already have it, but you can't rely on that.)

You can read about the specific dependencies for each platform here: http://doc.qt.io/qt-5/deployment.html#platform-specific-notes .

∞琼窗梦回ˉ 2024-12-05 10:13:20

是的,QT 运行时......................................

yes, the QT runtime...............................

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