From 50dbd5f508e03f1cc57300830049581bef9c73b2 Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Mon, 5 Oct 2020 08:53:48 +0200 Subject: Fix examples to include IviApplication import In 3a8449ff0a821ab072f66ea43fed6925090fc4d8, we added support for IviShell in the compositor examples, but the change hadn't been updated after the types were moved into a separate import, so all examples fail on start-up. Change-Id: I08a88b775338471457060c8e45718c8da3f1e9ab Reviewed-by: Paul Olav Tvete --- examples/wayland/hwlayer-compositor/main.qml | 1 + examples/wayland/minimal-qml/main.qml | 1 + examples/wayland/pure-qml/qml/main.qml | 1 + 3 files changed, 3 insertions(+) (limited to 'examples/wayland') diff --git a/examples/wayland/hwlayer-compositor/main.qml b/examples/wayland/hwlayer-compositor/main.qml index aaea5b79e..2b163e173 100644 --- a/examples/wayland/hwlayer-compositor/main.qml +++ b/examples/wayland/hwlayer-compositor/main.qml @@ -54,6 +54,7 @@ import QtQuick.Controls 2.2 import QtWayland.Compositor import QtWayland.Compositor.XdgShell import QtWayland.Compositor.WlShell +import QtWayland.Compositor.IviApplication WaylandCompositor { WaylandOutput { diff --git a/examples/wayland/minimal-qml/main.qml b/examples/wayland/minimal-qml/main.qml index a7709e096..152e0c93a 100644 --- a/examples/wayland/minimal-qml/main.qml +++ b/examples/wayland/minimal-qml/main.qml @@ -53,6 +53,7 @@ import QtQuick.Window import QtWayland.Compositor import QtWayland.Compositor.XdgShell import QtWayland.Compositor.WlShell +import QtWayland.Compositor.IviApplication WaylandCompositor { // The output defines the screen. diff --git a/examples/wayland/pure-qml/qml/main.qml b/examples/wayland/pure-qml/qml/main.qml index eb4ae9ac1..dffb81b3e 100644 --- a/examples/wayland/pure-qml/qml/main.qml +++ b/examples/wayland/pure-qml/qml/main.qml @@ -52,6 +52,7 @@ import QtQuick import QtWayland.Compositor import QtWayland.Compositor.XdgShell import QtWayland.Compositor.WlShell +import QtWayland.Compositor.IviApplication WaylandCompositor { id: waylandCompositor -- cgit v1.2.3