summaryrefslogtreecommitdiffstats
path: root/components/CMakeLists.txt
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2016-11-17 15:54:53 +0100
committerMichael Bohlender <michael.bohlender@kdemail.net>2016-11-17 15:58:00 +0100
commitc633f7c5fce50db60035792526b6c7e84b51149f (patch)
tree1f2bd0824f5099df5655dde75991ffc9deb4eaa5 /components/CMakeLists.txt
parentf990d02235173f2c8caa96e5f6007dc1562e10f5 (diff)
downloadkube-c633f7c5fce50db60035792526b6c7e84b51149f.tar.gz
kube-c633f7c5fce50db60035792526b6c7e84b51149f.zip
add accountwizard to mainview
Diffstat (limited to 'components/CMakeLists.txt')
-rw-r--r--components/CMakeLists.txt2
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)
26install(DIRECTORY package/contents/ui/ DESTINATION ${QML_INSTALL_DIR}/org/kube/components) 26install(DIRECTORY package/contents/ui/ DESTINATION ${QML_INSTALL_DIR}/org/kube/components)
27install(DIRECTORY mailviewer/qml/ DESTINATION ${QML_INSTALL_DIR}/org/kube/mailviewer) 27install(DIRECTORY mailviewer/qml/ DESTINATION ${QML_INSTALL_DIR}/org/kube/mailviewer)
28 28
29install(DIRECTORY accounts/ DESTINATION ${QML_INSTALL_DIR}/org/kube/accounts)
30
29include(${CMAKE_SOURCE_DIR}/KF5KirigamiMacros.cmake) 31include(${CMAKE_SOURCE_DIR}/KF5KirigamiMacros.cmake)
30kirigami_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) 32kirigami_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