Tools: Disable clangrefactoringbackend again

The plugin is disabled and the backend causes compile issues
with older gcc.

Change-Id: I6c809d397872a77168ae4f51d01e9e4f5af3b64f
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Christian Stenger
2016-11-16 09:38:11 +01:00
committed by Tim Jenssen
parent 6614b7a276
commit 4ae07377db

View File

@@ -21,7 +21,7 @@ mac {
isEmpty(LLVM_INSTALL_DIR):LLVM_INSTALL_DIR=$$(LLVM_INSTALL_DIR)
exists($$LLVM_INSTALL_DIR) {
SUBDIRS += clangbackend
SUBDIRS += clangrefactoringbackend
# SUBDIRS += clangrefactoringbackend
}
isEmpty(BUILD_CPLUSPLUS_TOOLS):BUILD_CPLUSPLUS_TOOLS=$$(BUILD_CPLUSPLUS_TOOLS)