From a5b44362c62b303fa1cedaa633588243b264bfa0 Mon Sep 17 00:00:00 2001 From: Jan Mulder Date: Tue, 2 Jan 2018 17:02:19 +0100 Subject: 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