diff options
Diffstat (limited to 'src/tools/tools.pro')
-rw-r--r-- | src/tools/tools.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tools.pro b/src/tools/tools.pro index 5328bea036..15849eb63b 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) |