aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangcodemodel/README
diff options
context:
space:
mode:
authorNikolai Kosjar <nikolai.kosjar@theqtcompany.com>2015-06-10 11:30:47 +0200
committerNikolai Kosjar <nikolai.kosjar@theqtcompany.com>2015-06-10 14:24:01 +0000
commit9554ef909f8d62038ab68f77bc5e91456e62fc96 (patch)
treed42311f0e5926704a54da210a983d143a2625a5c /src/plugins/clangcodemodel/README
parent3abdad568de7e5ba92c71f784680cba52d6c9260 (diff)
Doc: Clang: Do not mention build indication
This is not printed anymore. Change-Id: Ib55a06f642247ff33e092bee371276b187c6c8c8 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Diffstat (limited to 'src/plugins/clangcodemodel/README')
-rw-r--r--src/plugins/clangcodemodel/README8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/plugins/clangcodemodel/README b/src/plugins/clangcodemodel/README
index 27985197987..0485e71076b 100644
--- a/src/plugins/clangcodemodel/README
+++ b/src/plugins/clangcodemodel/README
@@ -44,13 +44,7 @@ llvm, e.g.:
LLVM_INSTALL_DIR=C:\llvm
Set the variable either as part of the build environment or pass it directly to
-qmake and rebuild Qt Creator. Watch out for a message like
-
- Project MESSAGE: Building ClangCodeModel plugin with Clang from /usr/lib/llvm-3.4
- Project MESSAGE: INCLUDEPATH += /usr/lib/llvm-3.4/include
- Project MESSAGE: LIBS += -L/usr/lib/llvm-3.4/lib -lclang
-
-This indicates that the ClangCodeModel plugin will be built.
+qmake and rebuild Qt Creator.
Enable the plugin
-----------------