如何在 Windows 上部署 Qt 应用程序?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/622418/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 12:07:45  来源:igfitidea点击:

How to deploy a Qt application on Windows?

c++windowsqtdeployment

提问by Kredns

So now I can make a .exe of my application. Now how do I get my application ready to deploy for windows?

所以现在我可以制作我的应用程序的 .exe。现在如何让我的应用程序准备好为 Windows 部署?

This is meant to be the canonical question for Qt application deployment issues on Windows.

这是 Windows 上 Qt 应用程序部署问题的规范问题。

采纳答案by epatel

The Qt documentation has pages for that:

Qt 文档有相关页面: