Qt 应用程序是否需要最终用户提供额外的库?喜欢 C# 和 .NET Framework?
我正在移动我的游戏启动器和从 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技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的。即使使用 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 .
是的,QT 运行时......................................
yes, the QT runtime...............................