diff options
Diffstat (limited to 'components/CMakeLists.txt')
-rw-r--r-- | components/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/CMakeLists.txt b/components/CMakeLists.txt index ff001324..ed28b5f4 100644 --- a/components/CMakeLists.txt +++ b/components/CMakeLists.txt | |||
@@ -3,7 +3,7 @@ project(kube-components) | |||
3 | find_package(Qt5 REQUIRED NO_MODULE COMPONENTS Core Quick Test Gui Widgets) | 3 | find_package(Qt5 REQUIRED NO_MODULE COMPONENTS Core Quick Test Gui Widgets) |
4 | 4 | ||
5 | macro(install_qml_component name) | 5 | macro(install_qml_component name) |
6 | install(DIRECTORY ${name}/contents/ui/ DESTINATION ${QML_INSTALL_DIR}/org/kube/components/${name}) | 6 | install(DIRECTORY ${name}/qml/ DESTINATION ${QML_INSTALL_DIR}/org/kube/components/${name}) |
7 | install(FILES ${name}/qmldir DESTINATION ${QML_INSTALL_DIR}/org/kube/components/${name}) | 7 | install(FILES ${name}/qmldir DESTINATION ${QML_INSTALL_DIR}/org/kube/components/${name}) |
8 | endmacro(install_qml_component) | 8 | endmacro(install_qml_component) |
9 | 9 | ||