fix: remove config install from cmake

This commit is contained in:
2 * r + 2 * t 2026-04-15 07:18:20 +10:00 committed by GitHub
parent 0eaca375ab
commit 90528c513f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,7 +60,7 @@ if("plugin" IN_LIST ENABLE_MODULES)
endif() endif()
if("shell" IN_LIST ENABLE_MODULES) if("shell" IN_LIST ENABLE_MODULES)
foreach(dir assets components config modules services utils) foreach(dir assets components modules services utils)
install(DIRECTORY ${dir} DESTINATION "${INSTALL_QSCONFDIR}") install(DIRECTORY ${dir} DESTINATION "${INSTALL_QSCONFDIR}")
endforeach() endforeach()