forked from qt-creator/qt-creator
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:
@@ -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.")
|
||||
|
Reference in New Issue
Block a user