summaryrefslogtreecommitdiff
path: root/qbs
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2021-06-14 11:47:51 +0200
committerEike Ziller <eike.ziller@qt.io>2021-06-15 10:07:57 +0000
commitbaa83725f640419bc2c17cd28b91e1604255a3dc (patch)
tree0c1819d1398aea3ad448e12e1b595d96a58dacab /qbs
parent9e5ba5d679323540f410c1deafa9b6715ca127bd (diff)
downloadqt-creator-baa83725f640419bc2c17cd28b91e1604255a3dc.tar.gz
Remove ClangRefactoring and ClangPchManager
This removes the plugins and tools, and removes all the tests that would fail to build because of that. Fixes: QTCREATORBUG-25659 Change-Id: I8adb5d503fc8eea313bcaada421f309dbbfa8c26 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Marco Bubke <marco.bubke@qt.io>
Diffstat (limited to 'qbs')
-rw-r--r--qbs/modules/libclang/libclang.qbs1
1 files changed, 0 insertions, 1 deletions
diff --git a/qbs/modules/libclang/libclang.qbs b/qbs/modules/libclang/libclang.qbs
index 98c28719e1..93cd2d1c25 100644
--- a/qbs/modules/libclang/libclang.qbs
+++ b/qbs/modules/libclang/libclang.qbs
@@ -64,7 +64,6 @@ Module {
return incl != llvmIncludeDir;
})
property stringList llvmToolingCxxFlags: clangProbe.llvmToolingCxxFlags
- property bool toolingEnabled: Environment.getEnv("QTC_ENABLE_CLANG_REFACTORING")
validate: {
if (!clangProbe.found) {