diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-06-22 09:01:52 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-06-22 09:05:43 -0700 |
commit | 001ff1b904a37f1b4199cecb2ea34717a1c0cc57 (patch) | |
tree | 9237ff0ea245e2fccf200b2b71deb0ef19b4a44f /scripts/mobilecomponents.sh | |
parent | b1f7e3eae2e143a54134577abcadb245e06daa01 (diff) | |
download | subsurface-001ff1b904a37f1b4199cecb2ea34717a1c0cc57.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>
Diffstat (limited to 'scripts/mobilecomponents.sh')
-rwxr-xr-x | scripts/mobilecomponents.sh | 3 |
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 |