From ddf3fc3262a608edc5f1670d9ebc057040916e21 Mon Sep 17 00:00:00 2001 From: Anthony Gauchy Date: Wed, 22 Jun 2022 13:25:40 +0200 Subject: [PATCH] Reduce QtQuick version for one available with Qt 5.12 --- linphone-app/ui/modules/Common/Indicators/RoundProgressBar.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linphone-app/ui/modules/Common/Indicators/RoundProgressBar.qml b/linphone-app/ui/modules/Common/Indicators/RoundProgressBar.qml index 64cfd6bcf..c3baf941d 100644 --- a/linphone-app/ui/modules/Common/Indicators/RoundProgressBar.qml +++ b/linphone-app/ui/modules/Common/Indicators/RoundProgressBar.qml @@ -1,4 +1,4 @@ -import QtQuick 2.15 +import QtQuick 2.12 import QtQuick.Controls 2.2 import QtQuick.Shapes 1.15