diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-05-11 14:57:26 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-05-11 14:57:26 +0200 |
commit | 40258f645a5d20c6cdb0c8679029993569ad119c (patch) | |
tree | b2425f68264443fe5ecccd7293bb7aab3efde3ea /components/CMakeLists.txt | |
parent | aaf114296e50bfa93b831491738cd0a780085c3d (diff) | |
download | kube-40258f645a5d20c6cdb0c8679029993569ad119c.tar.gz kube-40258f645a5d20c6cdb0c8679029993569ad119c.zip |
Install breeze icons
Diffstat (limited to 'components/CMakeLists.txt')
-rw-r--r-- | components/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/CMakeLists.txt b/components/CMakeLists.txt index e2ffa05c..4fad0387 100644 --- a/components/CMakeLists.txt +++ b/components/CMakeLists.txt | |||
@@ -25,5 +25,8 @@ find_package(KF5 REQUIRED COMPONENTS Package) | |||
25 | install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kube/components) | 25 | install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kube/components) |
26 | install(DIRECTORY package/contents/ui/ DESTINATION ${QML_INSTALL_DIR}/org/kube/components) | 26 | install(DIRECTORY package/contents/ui/ DESTINATION ${QML_INSTALL_DIR}/org/kube/components) |
27 | 27 | ||
28 | include(${CMAKE_SOURCE_DIR}/KF5KirigamiMacros.cmake) | ||
29 | 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) | ||
30 | |||
28 | # install UI package | 31 | # install UI package |
29 | kpackage_install_package(mail org.kube.components.mail "genericqml") | 32 | kpackage_install_package(mail org.kube.components.mail "genericqml") |