aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2019-12-26 11:03:02 +0200
committerMarius Vlad <marius.vlad@collabora.com>2020-01-21 20:09:45 +0200
commit9926cc7a7c5e4046ad35df90fb314f433eab9379 (patch)
tree913a6f598156c8e9fcd7d7660ce9cb6e8f794505
parente7c492c6787a1a8d1f2b0e82aa5bac28d1efcb11 (diff)
homescreen/qml: Use the QML version we have in master yocto image
Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: Ic3943b24752fc2933219db8aee18e6b3a0a0659b
-rw-r--r--homescreen/qml/background.qml4
-rw-r--r--homescreen/qml/bottompanel.qml5
-rw-r--r--homescreen/qml/toppanel.qml5
3 files changed, 6 insertions, 8 deletions
diff --git a/homescreen/qml/background.qml b/homescreen/qml/background.qml
index c2bb309..a60d27e 100644
--- a/homescreen/qml/background.qml
+++ b/homescreen/qml/background.qml
@@ -1,5 +1,5 @@
-import QtQuick 2.13
-import QtQuick.Window 2.13
+import QtQuick 2.11
+import QtQuick.Window 2.11
Window {
id: background
diff --git a/homescreen/qml/bottompanel.qml b/homescreen/qml/bottompanel.qml
index a859418..f1f3ca2 100644
--- a/homescreen/qml/bottompanel.qml
+++ b/homescreen/qml/bottompanel.qml
@@ -1,6 +1,5 @@
-import QtQuick 2.13
-import QtQuick.Window 2.13
-import QtQuick.Controls 2.13
+import QtQuick 2.11
+import QtQuick.Window 2.11
Window {
id: bottompanel
diff --git a/homescreen/qml/toppanel.qml b/homescreen/qml/toppanel.qml
index 957b957..2109564 100644
--- a/homescreen/qml/toppanel.qml
+++ b/homescreen/qml/toppanel.qml
@@ -1,6 +1,5 @@
-import QtQuick 2.13
-import QtQuick.Window 2.13
-import QtQuick.Controls 2.13
+import QtQuick 2.11
+import QtQuick.Window 2.11
Window {
id: toppanel