mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
QML UI: use Kirigami 2.1
In order to avoid surprises with things suddenly breaking, check out the release tag of Kirigami 2.1 for now. We still need to track what's happening in Kirigami, but this was Marco's advise as well. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
15c20a3c72
commit
499a792a03
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ if [ "$NOPULL" = "" ] ; then
|
|||
pushd kirigami
|
||||
git checkout master
|
||||
git pull origin master
|
||||
git checkout v2.1.0
|
||||
popd
|
||||
fi
|
||||
if [ ! -d breeze-icons ] ; then
|
||||
|
|
Loading…
Reference in a new issue