diff --git a/CMakeLists.txt b/CMakeLists.txt index afec7ff..bcf8318 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 Modules Daemons Drawers Effects Helpers Paths) + foreach(dir assets scripts Components Services Modules Daemons Drawers Effects Helpers Paths) install(DIRECTORY ${dir} DESTINATION "${INSTALL_QSCONFDIR}") endforeach()