diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-12-27 01:45:23 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-12-27 01:47:01 -0800 |
commit | a842e44b685dbb7e34df317a8beacff747cee6bd (patch) | |
tree | f071473bcfb6fb3410bc4cda0c0bf916eeae6e0c /CMakeLists.txt | |
parent | 083b7e83ae87c424abdb16fb58ba297582fd19e6 (diff) | |
download | subsurface-a842e44b685dbb7e34df317a8beacff747cee6bd.tar.gz |
QML UI: build against latest Kirigami
But of course this doesn't work, yet.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 06d9f6dd2..bbe5516c0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -230,6 +230,8 @@ if(${SUBSURFACE_TARGET_EXECUTABLE} MATCHES "MobileExecutable") mobile-widgets/qmlprofile.cpp mobile-widgets/qml/kirigami/src/kirigamiplugin.cpp mobile-widgets/qml/kirigami/src/enums.cpp + mobile-widgets/qml/kirigami/src/desktopicon.cpp + mobile-widgets/qml/kirigami/src/settings.cpp subsurface-mobile-main.cpp subsurface-mobile-helper.cpp ) |