diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-03-29 08:58:16 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-03-29 08:58:16 +0200 |
commit | 125bf42d84c269ee90a88257e088e2c71f310b36 (patch) | |
tree | 5a19f0f748277c37db7d3d1b111b618657a77075 /components/CMakeLists.txt | |
parent | aa6f0e0b8ec9fb90182ab0b65825ba5e6c94d4fa (diff) | |
download | kube-125bf42d84c269ee90a88257e088e2c71f310b36.tar.gz kube-125bf42d84c269ee90a88257e088e2c71f310b36.zip |
initial theme component
Diffstat (limited to 'components/CMakeLists.txt')
-rw-r--r-- | components/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/CMakeLists.txt b/components/CMakeLists.txt index 882d25b0..4db24fc8 100644 --- a/components/CMakeLists.txt +++ b/components/CMakeLists.txt | |||
@@ -35,6 +35,7 @@ install(DIRECTORY package/contents/ui/ DESTINATION ${QML_INSTALL_DIR}/org/kube/c | |||
35 | install_component(mail) | 35 | install_component(mail) |
36 | install_component(accounts) | 36 | install_component(accounts) |
37 | install_component(mailviewer) | 37 | install_component(mailviewer) |
38 | install_component(theme) | ||
38 | 39 | ||
39 | include(${CMAKE_SOURCE_DIR}/KF5KirigamiMacros.cmake) | 40 | include(${CMAKE_SOURCE_DIR}/KF5KirigamiMacros.cmake) |
40 | kirigami_package_breeze_icons(ICONS applications-graphics view-list-icons folder-sync view-list-details configure document-edit dialog-cancel document-decrypt mail-reply-sender bookmarks folder) | 41 | kirigami_package_breeze_icons(ICONS applications-graphics view-list-icons folder-sync view-list-details configure document-edit dialog-cancel document-decrypt mail-reply-sender bookmarks folder) |