From 9d2f78eb5e354c4b29ccf828889461b029d65dbf Mon Sep 17 00:00:00 2001 From: zach Date: Thu, 13 Aug 2026 02:30:56 +0200 Subject: [PATCH] fix cmake take 2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()