diff options
-rwxr-xr-x | scripts/mobilecomponents.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh index faff91bde..64538c44b 100755 --- a/scripts/mobilecomponents.sh +++ b/scripts/mobilecomponents.sh @@ -84,6 +84,12 @@ sed -i -e "s/width: backgroundRect/enabled: root.enabled; width: backgroundRe patch -p0 < $SRC/subsurface/scripts/kirigami.diff +# with Qt5.15 the readonly properties are failing on Android. So let's +# patch those out +for qml in $(grep -l -R readonly\ .); do + sed -i -e "s/readonly //" $qml +done + popd echo org.kde.plasma.kirigami synced from upstream |