diff options
Diffstat (limited to 'components/CMakeLists.txt')
-rw-r--r-- | components/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/components/CMakeLists.txt b/components/CMakeLists.txt index 2227e170..bd9c100a 100644 --- a/components/CMakeLists.txt +++ b/components/CMakeLists.txt | |||
@@ -22,5 +22,8 @@ find_package(Qt5 REQUIRED NO_MODULE COMPONENTS Core Quick Test Gui Widgets) | |||
22 | set (QT_MIN_VERSION "5.4.0") | 22 | set (QT_MIN_VERSION "5.4.0") |
23 | find_package(KF5 REQUIRED COMPONENTS Package) | 23 | find_package(KF5 REQUIRED COMPONENTS Package) |
24 | 24 | ||
25 | install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kube/components) | ||
26 | install(DIRECTORY package/contents/ui/ DESTINATION ${QML_INSTALL_DIR}/org/kube/components) | ||
27 | |||
25 | # install UI package | 28 | # install UI package |
26 | kpackage_install_package(package org.kde.kube.mail "genericqml") | 29 | kpackage_install_package(mail org.kube.components.mail "genericqml") |