summaryrefslogtreecommitdiff
path: root/src/tools/tools.pro
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2016-08-05 07:59:08 +0200
committerTim Jenssen <tim.jenssen@qt.io>2016-08-05 07:28:29 +0000
commit7efe8f429c53c34a6d1a4999518a5558430c5fac (patch)
tree2a1a3208fd198a3261dac248d1ecae6e4a8b6118 /src/tools/tools.pro
parent13ca2a33905532778487a43ebf6c539586a4395a (diff)
downloadqt-creator-7efe8f429c53c34a6d1a4999518a5558430c5fac.tar.gz
Tools: Disable building clangrefactoringbackend
Needs adaption of the usually used pre-built packages of libclang. Qt Creator currently uses a special build that only provides libraries as needed so far. clangrefactoringbackend tries to link against several libraries which aren't present when using these pre-built packages. Change-Id: I663c36109fd4c6e98bff6521b376785a7d948624 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'src/tools/tools.pro')
-rw-r--r--src/tools/tools.pro2
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)