From 7eda9123f6457a134eb79400ff2df110278b201c Mon Sep 17 00:00:00 2001 From: "rick.chan" Date: Wed, 30 Dec 2020 10:15:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20Wayland=20IVI=20Shell=20?= =?UTF-8?q?=E4=B8=AD=E8=BF=90=E8=A1=8C=20QML=20=E7=A8=8B=E5=BA=8F.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: rick.chan --- .../Qt/QML/Wayland_IVI_Shell_中运行_QML_程序.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Software/Development/Environment/Qt/QML/Wayland_IVI_Shell_中运行_QML_程序.md 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 +```