Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt Creator 6.0.1
-
None
Description
ccache can be used with CMake in at least two ways:
- as -DCOMPILE_C|XX_COMPILER_LAUNCHER=ccache
- as /usr/lib/ccache/bin/g++
Usually the Kits do not have /usr/lib/ccache/bin/g++ as a compiler, and if the user forces the right Qt kit on the imported location it will cause CMake to recompile everything without ccache
Attachments
Issue Links
- relates to
-
QTCREATORBUG-22917 Move from ClangCodeModel to LanguageClient + clangd
- Closed