forked from qt-creator/qt-creator
Qbs: Enable ClangRefactoring by default
This amends commit 89e70ca785
.
Change-Id: I09f7075075e2244a031e4c20496272f382ec020d
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
7cc7dff6dd
commit
82bf5e2906
@@ -61,7 +61,7 @@ Module {
|
|||||||
return incl != llvmIncludeDir;
|
return incl != llvmIncludeDir;
|
||||||
})
|
})
|
||||||
property stringList llvmToolingCxxFlags: clangProbe.llvmToolingCxxFlags
|
property stringList llvmToolingCxxFlags: clangProbe.llvmToolingCxxFlags
|
||||||
property bool toolingEnabled: Environment.getEnv("QTC_ENABLE_CLANG_LIBTOOLING")
|
property bool toolingEnabled: !Environment.getEnv("QTC_DISABLE_CLANG_REFACTORING")
|
||||||
|
|
||||||
validate: {
|
validate: {
|
||||||
if (!clangProbe.found) {
|
if (!clangProbe.found) {
|
||||||
|
Reference in New Issue
Block a user