NotePublic/Software/Development/Environment/Qt/Qt_使用技巧.md

24 lines
462 B
Markdown
Raw Normal View History

# Qt 使用技巧
- [Qt 使用技巧](#qt-使用技巧)
- [1. -platform](#1--platform)
- [2. QT\_DEBUG\_PLUGINS](#2-qt_debug_plugins)
## 1. -platform
在直行 Qt UI 程序时通过该参数可以直行所使用的平台和 UI 系统,如
```bash
./Example -platform wayland-egl
```
## 2. QT_DEBUG_PLUGINS
在 Shell 中
```bash
export QT_DEBUG_PLUGINS=1
```
可在执行程序时打印 PLUGINS 信息,以确认某些插件是否被正确加载。