From 49101b9f04a5654e1bae98f0972ddb9a1196eef2 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 5 Oct 2017 22:25:42 -0700 Subject: QML UIL: go back to older Kirigami This brings back correct theming. Signed-off-by: Dirk Hohndel --- CMakeLists.txt | 3 --- scripts/mobilecomponents.sh | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 175c4a30c..0ff823514 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -262,9 +262,6 @@ if(${SUBSURFACE_TARGET_EXECUTABLE} MATCHES "MobileExecutable") mobile-widgets/qml/kirigami/src/kirigamiplugin.cpp mobile-widgets/qml/kirigami/src/settings.cpp mobile-widgets/qml/kirigami/src/enums.cpp - mobile-widgets/qml/kirigami/src/libkirigami/basictheme.cpp - mobile-widgets/qml/kirigami/src/libkirigami/kirigamipluginfactory.cpp - mobile-widgets/qml/kirigami/src/libkirigami/platformtheme.cpp subsurface-mobile-main.cpp subsurface-mobile-helper.cpp ) diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh index 04f2a2c6b..9c2167e11 100755 --- a/scripts/mobilecomponents.sh +++ b/scripts/mobilecomponents.sh @@ -33,7 +33,7 @@ if [ "$NOPULL" = "" ] ; then git checkout master git pull origin master # if we want to pin a specific Kirigami version, we can do this here - # git checkout v2.2.0 + git checkout 23ca2077027b214189ba72ca8dab1590a163c955 popd fi if [ ! -d breeze-icons ] ; then -- cgit v1.2.3-70-g09d2