diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-12-18 21:06:21 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-12-18 21:06:21 +0100 |
commit | 2ffbd47ae807d044ac563fb680a322cefebe4ef7 (patch) | |
tree | ac9bbc0d12e8d99f8bf2696f332797b6061e3523 /components | |
parent | b77216db4b6d941afb03325e0843509621a283da (diff) | |
download | kube-2ffbd47ae807d044ac563fb680a322cefebe4ef7.tar.gz kube-2ffbd47ae807d044ac563fb680a322cefebe4ef7.zip |
Removed kpackage structure
Diffstat (limited to 'components')
-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 | ||