aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/plugins.pro
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2020-06-02 13:12:41 +0200
committerEike Ziller <eike.ziller@qt.io>2020-06-02 13:32:14 +0000
commit8dff37f0d3ebcae0aa4f4839165fb70fa9cd965c (patch)
tree0cf37540f066ad9c1be26b8f8060ef7acb3ac557 /src/plugins/plugins.pro
parent63655081c3beaf461697fd19bc52712fcaf4fa2c (diff)
Disable ClangRefactoring by default
It is too unstable even for experimental status. Change-Id: I38e483eaece00aec0211a81414c6c5a000bf283f Reviewed-by: Marco Bubke <marco.bubke@qt.io> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Kai Koehne <kai.koehne@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/plugins.pro')
-rw-r--r--src/plugins/plugins.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/plugins.pro b/src/plugins/plugins.pro
index 8fb6d384ed..3e2e78b9d1 100644
--- a/src/plugins/plugins.pro
+++ b/src/plugins/plugins.pro
@@ -114,8 +114,8 @@ exists(../shared/qbs/qbs.pro)|!isEmpty(QBS_INSTALL_DIR): \
SUBDIRS += \
clangcodemodel
-QTC_DISABLE_CLANG_REFACTORING=$$(QTC_DISABLE_CLANG_REFACTORING)
-isEmpty(QTC_DISABLE_CLANG_REFACTORING) {
+QTC_ENABLE_CLANG_REFACTORING=$$(QTC_ENABLE_CLANG_REFACTORING)
+!isEmpty(QTC_ENABLE_CLANG_REFACTORING) {
SUBDIRS += clangrefactoring
SUBDIRS += clangpchmanager
}