summaryrefslogtreecommitdiff
path: root/src/plugins/plugins.pro
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2016-10-12 16:38:50 +0200
committerAlessandro Portale <alessandro.portale@qt.io>2016-10-12 20:20:30 +0000
commit3517480557049af762ccbc7ccad40fc6500d2e64 (patch)
tree0cd6b25e0317fc0eb9f9501699e3106f07556bcd /src/plugins/plugins.pro
parentf2f951187b27d98052b5474ba70ccd3df3cb1e4b (diff)
downloadqt-creator-3517480557049af762ccbc7ccad40fc6500d2e64.tar.gz
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>
Diffstat (limited to 'src/plugins/plugins.pro')
-rw-r--r--src/plugins/plugins.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/plugins.pro b/src/plugins/plugins.pro
index 1d1c759a0d..9bbd07b210 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.")