aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolai Kosjar <nikolai.kosjar@qt.io>2019-09-10 10:54:26 +0200
committerNikolai Kosjar <nikolai.kosjar@qt.io>2019-09-10 09:25:16 +0000
commit038a03e95f7bafabaac2be7c4844e72332db8abc (patch)
tree99c547cab9dfefb4ef77d3cd7a77a6c1dea30e32
parent92daed1f6c66a7f04b968a670947bf5904dc8271 (diff)
README: State ClangFormat dependencies
Amends 4d3bb1c85859be07001a76fad24de457811a7d63. Change-Id: I72319c39144a161e5957953de5f395f33a080e63 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2293ae8015..94738e5fae 100644
--- a/README.md
+++ b/README.md
@@ -272,6 +272,16 @@ http://llvm.org/docs/GettingStarted.html#git-mirror:
cmake -G "NMake Makefiles JOM" -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_RTTI=ON -DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra" -DCMAKE_INSTALL_PREFIX=<installation location> ..\llvm-project\llvm
jom install
+### Clang-Format
+
+The ClangFormat plugin depends on the additional patch
+
+ https://code.qt.io/cgit/clang/clang.git/commit/?h=release_80-based&id=f98a155c89df094fb8f419a20629065f25fe599a
+
+While the plugin builds without it, it will be disabled on start with an error message.
+
+Note that the plugin is disabled by default.
+
## Third-party Components
Qt Creator includes the following third-party components,