Doc: Clang: Do not mention build indication

This is not printed anymore.

Change-Id: Ib55a06f642247ff33e092bee371276b187c6c8c8
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
This commit is contained in:
Nikolai Kosjar
2015-06-10 11:30:47 +02:00
parent 3abdad568d
commit 9554ef909f
2 changed files with 1 additions and 18 deletions

View File

@@ -150,17 +150,6 @@
\endlist \endlist
The following messages indicate that the Clang code model plugin is
built:
\list
\li \c {Project MESSAGE: Building ClangCodeModel plugin with Clang from /usr/lib/llvm-3.4}
\li \c {Project MESSAGE: INCLUDEPATH += /usr/lib/llvm-3.4/include}
\li \c {Project MESSAGE: LIBS += -L/usr/lib/llvm-3.4/lib -lclang}
\endlist
\li Rebuild \QC. \li Rebuild \QC.
\endlist \endlist

View File

@@ -44,13 +44,7 @@ llvm, e.g.:
LLVM_INSTALL_DIR=C:\llvm LLVM_INSTALL_DIR=C:\llvm
Set the variable either as part of the build environment or pass it directly to 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 qmake and rebuild Qt Creator.
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.
Enable the plugin Enable the plugin
----------------- -----------------