summaryrefslogtreecommitdiffstats
path: root/scripts/mobilecomponents.sh
diff options
context:
space:
mode:
authorGravatar Jan Mulder <jlmulder@xs4all.nl>2018-02-12 16:16:45 +0100
committerGravatar Jan Mulder <jlmulder@xs4all.nl>2018-02-15 21:23:28 +0100
commit068d55b79d1782cefe0a7ecbdad5f620acb175b2 (patch)
treefe26e58338a6d7e7c7e383fd9fbf7d24bdf4c6a4 /scripts/mobilecomponents.sh
parentd4eb2ba1a1cfa4d1e654584fdcc184b0d4bb99ae (diff)
downloadsubsurface-068d55b79d1782cefe0a7ecbdad5f620acb175b2.tar.gz
Mobile build: new Kirigami SHA
While most new commits are QML improvements, there is a change in the Kirigami build related to static building (like we do), and Cmake restyles to make things more Qt compliant. As now the (generated) qrc_kirigami.cpp is included from kirigamiplugin.cpp, for static builds, our build failes on double defined symbols. Following commit deals with this fail. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'scripts/mobilecomponents.sh')
-rwxr-xr-xscripts/mobilecomponents.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh
index 72adcaae5..c2336e6d6 100755
--- a/scripts/mobilecomponents.sh
+++ b/scripts/mobilecomponents.sh
@@ -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 3606ef16375f9deb132565463d1ab11cea2548df
+ git checkout 3023536f809b165eb90300aa356407f4079c6507
popd
fi
if [ ! -d breeze-icons ] ; then