diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-05-08 11:22:32 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-05-08 18:36:29 +0200 |
commit | 12eaecb7cac54a170a8cbb8570fcf8b4e145c04b (patch) | |
tree | 2954910a02be3e50c823ddade1b2077126fb9890 /icons/CMakeLists.txt | |
parent | 81c05eee49fbb2ddc58025ac4b8834bdc59e41e7 (diff) | |
download | kube-12eaecb7cac54a170a8cbb8570fcf8b4e145c04b.tar.gz kube-12eaecb7cac54a170a8cbb8570fcf8b4e145c04b.zip |
Install icons as qrc file as use them from there.
The plan is that this will help on windows with symlinks not working.
Diffstat (limited to 'icons/CMakeLists.txt')
-rw-r--r-- | icons/CMakeLists.txt | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt index a5c39b86..5fa36fbf 100644 --- a/icons/CMakeLists.txt +++ b/icons/CMakeLists.txt | |||
@@ -7,9 +7,4 @@ ecm_install_icons(ICONS sc-apps-kube_symbol.svg DESTINATION share/icons) | |||
7 | ecm_install_icons(ICONS sc-apps-kube_logo.svg DESTINATION share/icons) | 7 | ecm_install_icons(ICONS sc-apps-kube_logo.svg DESTINATION share/icons) |
8 | 8 | ||
9 | #See the copybreeze script to adjust icons and to copy them over | 9 | #See the copybreeze script to adjust icons and to copy them over |
10 | install(DIRECTORY | 10 | add_subdirectory(breeze) |
11 | breeze/icons/places | ||
12 | breeze/icons/actions | ||
13 | breeze/icons/mimetypes | ||
14 | DESTINATION ${KDE_INSTALL_FULL_ICONDIR}/kube) | ||
15 | install(FILES breeze/icons/index.theme DESTINATION ${KDE_INSTALL_FULL_ICONDIR}/kube) | ||