aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-06-22 09:01:52 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-06-22 09:05:43 -0700
commit001ff1b904a37f1b4199cecb2ea34717a1c0cc57 (patch)
tree9237ff0ea245e2fccf200b2b71deb0ef19b4a44f
parentb1f7e3eae2e143a54134577abcadb245e06daa01 (diff)
downloadsubsurface-001ff1b9.tar.gz
QML UI: switch to Kirigami master
That way we'll get access to the colored Action Button. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rwxr-xr-xscripts/mobilecomponents.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh
index cc6cc68f8..267b44515 100755
--- a/scripts/mobilecomponents.sh
+++ b/scripts/mobilecomponents.sh
@@ -32,7 +32,8 @@ if [ "$NOPULL" = "" ] ; then
pushd kirigami
git checkout master
git pull origin master
- git checkout v2.1.0
+ # let's go back to building against master
+ # git checkout v2.1.0
popd
fi
if [ ! -d breeze-icons ] ; then