diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-09-28 14:53:22 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-09-28 14:53:22 -0700 |
commit | a5db03c2b32115b14e4b83501a0771b186d87913 (patch) | |
tree | 81194ac61e00ff7f4c9fdec17185aa679e74fbc4 /CMakeLists.txt | |
parent | e99df4af2cf9d5a94797107b8e221b7dbe89ea78 (diff) | |
download | subsurface-a5db03c2b32115b14e4b83501a0771b186d87913.tar.gz |
Revert "QML UI: newer Kirigami and fallout"
Turns out that Jan found an issue with the latest Kirigami, so let's go back to
the known good one.
This reverts commit 17ec95e70c3ae58d505b8c3cbbaf6815186b93cb.
Suggested-by: Jan Mulder <jlmulder@xs4all.nl>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 040531621..a4a82f640 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -286,7 +286,6 @@ if(${SUBSURFACE_TARGET_EXECUTABLE} MATCHES "MobileExecutable") mobile-widgets/qml/kirigami/src/mnemonicattached.cpp mobile-widgets/qml/kirigami/src/delegaterecycler.cpp mobile-widgets/qml/kirigami/src/desktopicon.cpp - mobile-widgets/qml/kirigami/src/scenepositionattached.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 |