fix: remove config install from cmake
This commit is contained in:
parent
0eaca375ab
commit
90528c513f
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue