Clang: Fix spelling of "disabled" messages

Change-Id: Iac9729ffc75171c70822cd8f207af63b060b5b78
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
Ulf Hermann
2017-11-21 11:38:26 +01:00
parent 5e0639542f
commit 903fe559c2
2 changed files with 2 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ isEmpty(QTC_NO_CLANG_LIBTOOLING) {
SUBDIRS += clangrefactoring
SUBDIRS += clangpchmanager
} else {
warning("Building the Clang refactoring and the pch manager plugins are disabled.")
warning("Not building the clang refactoring plugin and the pch manager plugin.")
}
isEmpty(IDE_PACKAGE_MODE) {

View File

@@ -27,7 +27,7 @@ isEmpty(QTC_NO_CLANG_LIBTOOLING) {
SUBDIRS += clangrefactoringbackend
SUBDIRS += clangpchmanagerbackend
} else {
warning("Building the Clang refactoring back end and the pch manager plugins are disabled.")
warning("Not building the clang refactoring backend and the pch manager backend.")
}
isEmpty(BUILD_CPLUSPLUS_TOOLS):BUILD_CPLUSPLUS_TOOLS=$$(BUILD_CPLUSPLUS_TOOLS)