diff --git a/Software/Development/Environment/Qt/QML/Wayland_IVI_Shell_中运行_QML_程序.md b/Software/Development/Environment/Qt/QML/Wayland_IVI_Shell_中运行_QML_程序.md new file mode 100644 index 0000000..1d9037b --- /dev/null +++ b/Software/Development/Environment/Qt/QML/Wayland_IVI_Shell_中运行_QML_程序.md @@ -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 +```