diff --git a/CMakeLists.txt b/CMakeLists.txt index 88f0e3c..afec7ff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -155,7 +155,7 @@ if("plugin" IN_LIST ENABLE_MODULES) endif() if("shell" IN_LIST ENABLE_MODULES) - foreach(dir assets scripts Components Config Modules Daemons Drawers Effects Helpers Paths) + foreach(dir assets scripts Components Modules Daemons Drawers Effects Helpers Paths) install(DIRECTORY ${dir} DESTINATION "${INSTALL_QSCONFDIR}") endforeach()