I want to launch a Qt application in Wayland ivi-shell.
I tried
QT_WAYLAND_SHELL_INTEGRATION=ivi-shell ./hello-qt-quick2 -platform wayland
Expect the Qt application could launch in Wayland ivi-shell.
But failed with the following message
Failed to load shell integration ivi-shell
Anybody knows what to do with it? Thanks so much!