mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
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>
This commit is contained in:
parent
b1f7e3eae2
commit
001ff1b904
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue