How to prevent ".qtc_clangd" folder from being created
-
QT Creator : 10.0.1
QT Version: 5.15
OS: Windows 10 home
When using QT creator 9.0.1 the qtc_clangd folder was not being created in the build folder. I'm using QT creator 10.0.1 now and the qtc_clangd folder is created in the compilation result folder.
How to prevent this folder from being created or revert to old qt creator version? -
C Christian Ehrlicher moved this topic from General and Desktop on
-
QT Creator : 10.0.1
QT Version: 5.15
OS: Windows 10 home
When using QT creator 9.0.1 the qtc_clangd folder was not being created in the build folder. I'm using QT creator 10.0.1 now and the qtc_clangd folder is created in the compilation result folder.
How to prevent this folder from being created or revert to old qt creator version?@serkan_tr said in How to prevent ".qtc_clangd" folder from being created:
How to prevent this folder from being created or revert to old qt creator version?
Disable the clang code model I would guess - but why? It's a build folder so who cares what's in there?
-
@serkan_tr said in How to prevent ".qtc_clangd" folder from being created:
How to prevent this folder from being created or revert to old qt creator version?
Disable the clang code model I would guess - but why? It's a build folder so who cares what's in there?
@Christian-Ehrlicher I'm dealing with a project, the only difference is that this folder is created, all files are the same, so that's the first thing I wanted to eliminate :)
thanks for the help -
S serkan_tr has marked this topic as solved on