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 <marco.bubke@qt.io>
This commit is contained in:
Alessandro Portale
2016-10-12 16:38:50 +02:00
parent f2f951187b
commit 3517480557

View File

@@ -77,7 +77,7 @@ exists(../shared/qbs/qbs.pro)|!isEmpty(QBS_INSTALL_DIR): \
isEmpty(LLVM_INSTALL_DIR):LLVM_INSTALL_DIR=$$(LLVM_INSTALL_DIR) isEmpty(LLVM_INSTALL_DIR):LLVM_INSTALL_DIR=$$(LLVM_INSTALL_DIR)
exists($$LLVM_INSTALL_DIR) { exists($$LLVM_INSTALL_DIR) {
SUBDIRS += clangcodemodel SUBDIRS += clangcodemodel
SUBDIRS += clangrefactoring # SUBDIRS += clangrefactoring
} else { } else {
warning("Set LLVM_INSTALL_DIR to build the Clang Code Model. " \ warning("Set LLVM_INSTALL_DIR to build the Clang Code Model. " \
"For details, see doc/src/editors/creator-clang-codemodel.qdoc.") "For details, see doc/src/editors/creator-clang-codemodel.qdoc.")