From 0093f7635ed28232c80665cce4a2d9a6aea33aa3 Mon Sep 17 00:00:00 2001 From: Abdurrahman AVCI Date: Fri, 15 Feb 2013 17:42:08 +0000 Subject: [PATCH] Fix installation path of the components. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ae56a74..b8a2c29 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -100,9 +100,9 @@ install(FILES ${CMAKE_SOURCE_DIR}/services/sddm.systemd DESTINATION /usr/lib/sys # install components if(USE_QT5) - install(DIRECTORY ${CMAKE_SOURCE_DIR}/components/2.0 DESTINATION ${QT_IMPORTS_DIR}/SddmComponents) + install(DIRECTORY ${CMAKE_SOURCE_DIR}/components/2.0/ DESTINATION ${QT_IMPORTS_DIR}/SddmComponents) else() - install(DIRECTORY ${CMAKE_SOURCE_DIR}/components/1.1 DESTINATION ${QT_IMPORTS_DIR}/SddmComponents) + install(DIRECTORY ${CMAKE_SOURCE_DIR}/components/1.1/ DESTINATION ${QT_IMPORTS_DIR}/SddmComponents) endif(USE_QT5) # install data files