Merge branch 'master' of https://git.coding.net/lion187/NotePublic
This commit is contained in:
commit
e44e28e91f
|
@ -17,3 +17,13 @@ export QT_DEBUG_PLUGINS=1
|
||||||
```
|
```
|
||||||
|
|
||||||
可在直行程序时打印 PLUGINS 信息,以确认某些插件是否被正确加载。
|
可在直行程序时打印 PLUGINS 信息,以确认某些插件是否被正确加载。
|
||||||
|
|
||||||
|
## Windows 下程序打包
|
||||||
|
|
||||||
|
可通过
|
||||||
|
|
||||||
|
```sh
|
||||||
|
<QT Install Path>\<Tool Chain>\bin\windeployqt.exe <Exe File>
|
||||||
|
```
|
||||||
|
|
||||||
|
命令找出依赖的库。
|
||||||
|
|
Loading…
Reference in New Issue