How to change location of .qtc_clangd folder location?
-
With recent versions, Qt Creator seems to create some cache files for clangd, located in .qtc_clangd.
This folder currently pollutes my source tree. Is there any way to move it to a different location? -
@Asperamanca said in How to change location of .qtc_clangd folder location?:
With recent versions, Qt Creator seems to create some cache files for clangd, located in .qtc_clangd.
This folder currently pollutes my source tree. Is there any way to move it to a different location?I don't want to sound harsh, but it's not a big deal: it's a hidden folder (at least on Unices), and the proper setting in your RCS ignore list will simply make it disappear from the list of added files. You should even not notice its existence.
-
And what would be the big deal in making temporary folder locations configurable?
-
Please open a bug report / feature request at https://bugreports.qt.io/
-
This post is deleted!
-
-
Turning on shadow build seems to have solved it for me. Thanks for the hint!