diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-06-16 19:47:58 +0900 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-06-18 06:32:23 +0900 |
commit | 1501c8fbc7c783e5ee716ace872565774644317d (patch) | |
tree | f27bbdd74fcc33bbc88e48b975754e969a3231a4 | |
parent | 238d47710eabf357434807adc6b8940263b5a047 (diff) | |
download | subsurface-1501c8fbc7c783e5ee716ace872565774644317d.tar.gz |
QML UI: update to newer Kirigami
This seems equally stable to what we have and doesn't appear to
introduce any new breakage.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | CMakeLists.txt | 1 | ||||
-rwxr-xr-x | scripts/get-dep-lib.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 75e2b0b9f..70138616f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -296,6 +296,7 @@ if(${SUBSURFACE_TARGET_EXECUTABLE} MATCHES "MobileExecutable") mobile-widgets/qml/kirigami/src/libkirigami/basictheme.cpp mobile-widgets/qml/kirigami/src/libkirigami/kirigamipluginfactory.cpp mobile-widgets/qml/kirigami/src/libkirigami/platformtheme.cpp + mobile-widgets/qml/kirigami/src/libkirigami/tabletmodewatcher.cpp subsurface-mobile-main.cpp subsurface-mobile-helper.cpp profile-widget/qmlprofile.cpp diff --git a/scripts/get-dep-lib.sh b/scripts/get-dep-lib.sh index 0280b1be1..909913c2d 100755 --- a/scripts/get-dep-lib.sh +++ b/scripts/get-dep-lib.sh @@ -13,7 +13,7 @@ CURRENT_XSLT="v1.1.29" CURRENT_SQLITE="3190200" CURRENT_LIBXML2="v2.9.4" CURRENT_LIBFTDI="1.3" -CURRENT_KIRIGAMI="70c025ef6f6dc63c85180867f70f5e00ba5a8dba" +CURRENT_KIRIGAMI="8b803828ad9ea67559a64a93c927862d6b19c96e" CURRENT_BREEZE_ICONS="" # Checkout library from git |