From 3517480557049af762ccbc7ccad40fc6500d2e64 Mon Sep 17 00:00:00 2001 From: Alessandro Portale Date: Wed, 12 Oct 2016 16:38:50 +0200 Subject: [PATCH] ClangRefactoringPlugin: Avoid building the plugin for the 4.2 release Building it (and its companion tool) on Windows is such an obstacle that most developers and also the nightly build has not yet been able to do that. Change-Id: Ic0f10fbbbc4e2fe041ff64b30cd8afdff241d7a2 Reviewed-by: Marco Bubke --- src/plugins/plugins.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/plugins.pro b/src/plugins/plugins.pro index 1d1c759a0d1..9bbd07b2100 100644 --- a/src/plugins/plugins.pro +++ b/src/plugins/plugins.pro @@ -77,7 +77,7 @@ exists(../shared/qbs/qbs.pro)|!isEmpty(QBS_INSTALL_DIR): \ isEmpty(LLVM_INSTALL_DIR):LLVM_INSTALL_DIR=$$(LLVM_INSTALL_DIR) exists($$LLVM_INSTALL_DIR) { SUBDIRS += clangcodemodel - SUBDIRS += clangrefactoring +# SUBDIRS += clangrefactoring } else { warning("Set LLVM_INSTALL_DIR to build the Clang Code Model. " \ "For details, see doc/src/editors/creator-clang-codemodel.qdoc.")