diff --git a/doc/src/editors/creator-clang-codemodel.qdoc b/doc/src/editors/creator-clang-codemodel.qdoc index f89a87cfc5c..05476e3c61c 100644 --- a/doc/src/editors/creator-clang-codemodel.qdoc +++ b/doc/src/editors/creator-clang-codemodel.qdoc @@ -150,17 +150,6 @@ \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. \endlist 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 -----------------