补充 Qt Windows 下程序打包方法.

Signed-off-by: lion.chan <cy187lion@sina.com>
This commit is contained in:
lion.chan 2019-12-30 21:41:18 +08:00
parent 8e8281fb31
commit 85b514bfaa
1 changed files with 10 additions and 0 deletions

View File

@ -17,3 +17,13 @@ export QT_DEBUG_PLUGINS=1
```
可在直行程序时打印 PLUGINS 信息,以确认某些插件是否被正确加载。
## Windows 下程序打包
可通过
```sh
<QT Install Path>\<Tool Chain>\bin\windeployqt.exe <Exe File>
```
命令找出依赖的库。