From 4ae07377db1f587b5d49a46c355d46c97a6c59fc Mon Sep 17 00:00:00 2001
From: Christian Stenger <christian.stenger@qt.io>
Date: Wed, 16 Nov 2016 09:38:11 +0100
Subject: [PATCH] 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>
---
 src/tools/tools.pro | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tools/tools.pro b/src/tools/tools.pro
index 5328bea036e..15849eb63b9 100644
--- a/src/tools/tools.pro
+++ b/src/tools/tools.pro
@@ -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)
-- 
GitLab