mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile: newer Kirigami SHA
This commit consists of the following 3 parts: 1. There are 2 source files added, adapt our build process accordingly. 2. Due to a change in icon and kirigami QML prefixes, we need to adapt for this as well. Changed mobile-resources.qrc for that. When this would not be changed, the icons will not be found. 3. To further prepare for the future, abandon the iconName property in favour of the new icon grouped property, which can have more attributes than only the name. But currently it is only a syntactic change. Tested on Android device, and no visible changes. Signedoff-by: Jan Mulder <jlmulder@xs4all.nl
This commit is contained in:
parent
7a48149868
commit
a5b44362c6
7 changed files with 86 additions and 28 deletions
|
@ -33,7 +33,7 @@ if [ "$NOPULL" = "" ] ; then
|
|||
git checkout master
|
||||
git pull origin master
|
||||
# if we want to pin a specific Kirigami version, we can do this here
|
||||
git checkout 2f5b6fc2a2fa9fb6578a6a709d2d7c51582f2e29
|
||||
git checkout 3606ef16375f9deb132565463d1ab11cea2548df
|
||||
popd
|
||||
fi
|
||||
if [ ! -d breeze-icons ] ; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue