补充 Qt Windows 下程序打包方法.
Signed-off-by: lion.chan <cy187lion@sina.com>
This commit is contained in:
parent
8e8281fb31
commit
85b514bfaa
|
@ -17,3 +17,13 @@ export QT_DEBUG_PLUGINS=1
|
|||
```
|
||||
|
||||
可在直行程序时打印 PLUGINS 信息,以确认某些插件是否被正确加载。
|
||||
|
||||
## Windows 下程序打包
|
||||
|
||||
可通过
|
||||
|
||||
```sh
|
||||
<QT Install Path>\<Tool Chain>\bin\windeployqt.exe <Exe File>
|
||||
```
|
||||
|
||||
命令找出依赖的库。
|
||||
|
|
Loading…
Reference in New Issue