This commit is contained in:
ithink.chan 2019-12-31 11:56:27 +08:00
commit e44e28e91f
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>
```
命令找出依赖的库。