From c31b5c40913bebeb8fa35deb97943b49bab5429b Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Wed, 20 Aug 2014 14:18:01 +0200 Subject: [PATCH] Fix typo Change-Id: Ie0b6695717c0d032fb3e27ef873d7b01a24ac84d Reviewed-by: Leena Miettinen --- src/plugins/clangcodemodel/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/clangcodemodel/README b/src/plugins/clangcodemodel/README index 86121132708..27985197987 100644 --- a/src/plugins/clangcodemodel/README +++ b/src/plugins/clangcodemodel/README @@ -50,7 +50,7 @@ qmake and rebuild Qt Creator. Watch out for a message like 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 build. +This indicates that the ClangCodeModel plugin will be built. Enable the plugin -----------------