aboutsummaryrefslogtreecommitdiffstats
path: root/qbs
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2019-04-12 00:26:44 +0300
committerOrgad Shaneh <orgads@gmail.com>2019-04-11 21:50:45 +0000
commit82bf5e29062d37ae52c81252c6bcc9af6d3eb592 (patch)
treefccdced053dc167a0b9528607f0071848db91954 /qbs
parent7cc7dff6dd8ab73d8c6a81fd1b7d07f64496cac0 (diff)
Qbs: Enable ClangRefactoring by default
This amends commit 89e70ca785df08b448997927d7c28145f599857f. Change-Id: I09f7075075e2244a031e4c20496272f382ec020d Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Diffstat (limited to 'qbs')
-rw-r--r--qbs/modules/libclang/libclang.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/qbs/modules/libclang/libclang.qbs b/qbs/modules/libclang/libclang.qbs
index fc50b4f7c1..2f95c1be74 100644
--- a/qbs/modules/libclang/libclang.qbs
+++ b/qbs/modules/libclang/libclang.qbs
@@ -61,7 +61,7 @@ Module {
return incl != llvmIncludeDir;
})
property stringList llvmToolingCxxFlags: clangProbe.llvmToolingCxxFlags
- property bool toolingEnabled: Environment.getEnv("QTC_ENABLE_CLANG_LIBTOOLING")
+ property bool toolingEnabled: !Environment.getEnv("QTC_DISABLE_CLANG_REFACTORING")
validate: {
if (!clangProbe.found) {