diff --git a/qbs/modules/ccache/ccache.qbs b/qbs/modules/ccache/ccache.qbs index 43c9613f6..141b00aec 100644 --- a/qbs/modules/ccache/ccache.qbs +++ b/qbs/modules/ccache/ccache.qbs @@ -56,8 +56,8 @@ Module { pchSupport = false; }else{ if (clangToolchain) { - if (Utilities.versionCompare(version, "4.6") < 0) { - console.info("ccache version < 4.6 is not compatible with Clang and precompiled headers."); + if (Utilities.versionCompare(version, "4.10") < 0) { + console.info("ccache version < 4.10 is not compatible with Clang and precompiled headers."); pchSupport = false; } } else {