diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2018-09-27 15:57:27 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-09-27 08:42:47 -0700 |
commit | 17ec95e70c3ae58d505b8c3cbbaf6815186b93cb (patch) | |
tree | 3c106e02d7e11eb8de81db6bcbb2b0c8ec657b48 /CMakeLists.txt | |
parent | 2d1ef04e2f6d8d84172b4be532de6231ea044200 (diff) | |
download | subsurface-17ec95e70c3ae58d505b8c3cbbaf6815186b93cb.tar.gz |
QML UI: newer Kirigami and fallout
Update to the master of today, and no issues detected on mobile-on-desktop
and Android.
Only, the ugly border is back as the magic hack of 0b16b547ae2aefb1 failed
due to the patch file that errored. So that is fixed too.
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a4a82f640..040531621 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -286,6 +286,7 @@ 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 |