增加 Wayland IVI Shell 中运行 QML 程序.

Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
rick.chan 2020-12-30 10:15:51 +08:00
parent 105e2b7bbe
commit 7eda9123f6
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# Wayland IVI Shell 中运行 QML 程序
```bash
QT_WAYLAND_SHELL_INTEGRATION=ivi-shell ./QMLTes -platform wayland
# 或
QT_WAYLAND_SHELL_INTEGRATION=ivi-shell ./QMLTes -platform wayland-egl
```