diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-11-17 15:54:53 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-11-17 15:58:00 +0100 |
commit | c633f7c5fce50db60035792526b6c7e84b51149f (patch) | |
tree | 1f2bd0824f5099df5655dde75991ffc9deb4eaa5 /components/CMakeLists.txt | |
parent | f990d02235173f2c8caa96e5f6007dc1562e10f5 (diff) | |
download | kube-c633f7c5fce50db60035792526b6c7e84b51149f.tar.gz kube-c633f7c5fce50db60035792526b6c7e84b51149f.zip |
add accountwizard to mainview
Diffstat (limited to 'components/CMakeLists.txt')
-rw-r--r-- | components/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/CMakeLists.txt b/components/CMakeLists.txt index 30a9d09c..dd710975 100644 --- a/components/CMakeLists.txt +++ b/components/CMakeLists.txt | |||
@@ -26,6 +26,8 @@ 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 | install(DIRECTORY mailviewer/qml/ DESTINATION ${QML_INSTALL_DIR}/org/kube/mailviewer) | 27 | install(DIRECTORY mailviewer/qml/ DESTINATION ${QML_INSTALL_DIR}/org/kube/mailviewer) |
28 | 28 | ||
29 | install(DIRECTORY accounts/ DESTINATION ${QML_INSTALL_DIR}/org/kube/accounts) | ||
30 | |||
29 | include(${CMAKE_SOURCE_DIR}/KF5KirigamiMacros.cmake) | 31 | include(${CMAKE_SOURCE_DIR}/KF5KirigamiMacros.cmake) |
30 | 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) | 32 | 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) |
31 | 33 | ||