Skip to content
Snippets Groups Projects
Commit 4ae07377 authored by Christian Stenger's avatar Christian Stenger Committed by Tim Jenssen
Browse files

Tools: Disable clangrefactoringbackend again


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

Change-Id: I6c809d397872a77168ae4f51d01e9e4f5af3b64f
Reviewed-by: default avatarTim Jenssen <tim.jenssen@qt.io>
parent 6614b7a2
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment