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 /CMakeLists.txt | |
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>
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 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 |