补充 Qt 使用技巧.
Signed-off-by: ithink.chan <chenyang@autoai.com>
This commit is contained in:
parent
3936757d00
commit
6617ebe236
|
@ -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 信息,以确认某些插件是否被正确加载。
|
Loading…
Reference in New Issue