diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-04 07:51:39 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-04 15:19:55 +0200 |
commit | f57648811a9883c0b99bfc1550a3a926001f13b5 (patch) | |
tree | 1506c4b780724f5b2bd48e3de83d93da2af46ec5 /components | |
parent | c080af579c4a692a071c03a81482ceba9f5b9114 (diff) | |
download | kube-f57648811a9883c0b99bfc1550a3a926001f13b5.tar.gz kube-f57648811a9883c0b99bfc1550a3a926001f13b5.zip |
Install icons as our own theme based on breeze.
We're not following the system theme, so the icons shouldn't either.
And on other platforms than linux we anyways have to roll our own
solution.
Diffstat (limited to 'components')
-rw-r--r-- | components/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/components/CMakeLists.txt b/components/CMakeLists.txt index 4db24fc8..79a2f0c0 100644 --- a/components/CMakeLists.txt +++ b/components/CMakeLists.txt | |||
@@ -36,6 +36,3 @@ install_component(mail) | |||
36 | install_component(accounts) | 36 | install_component(accounts) |
37 | install_component(mailviewer) | 37 | install_component(mailviewer) |
38 | install_component(theme) | 38 | install_component(theme) |
39 | |||
40 | include(${CMAKE_SOURCE_DIR}/KF5KirigamiMacros.cmake) | ||
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) | ||