补充 Qt 使用技巧.

Signed-off-by: ithink.chan <chenyang@autoai.com>
This commit is contained in:
ithink.chan 2019-11-04 14:53:28 +08:00
parent 3936757d00
commit 6617ebe236
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Qt 使用技巧
## -platform
在直行 Qt UI 程序时通过该参数可以直行所使用的平台和 UI 系统,如
```sh
./Example -platform wayland-egl
```
## QT_DEBUG_PLUGINS
在 Shell 中
```sh
export QT_DEBUG_PLUGINS=1
```
可在直行程序时打印 PLUGINS 信息,以确认某些插件是否被正确加载。