From 903fe559c289eafce30364fdb11e088e6744f25c Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Tue, 21 Nov 2017 11:38:26 +0100 Subject: [PATCH] Clang: Fix spelling of "disabled" messages Change-Id: Iac9729ffc75171c70822cd8f207af63b060b5b78 Reviewed-by: Nikolai Kosjar --- src/plugins/plugins.pro | 2 +- src/tools/tools.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/plugins.pro b/src/plugins/plugins.pro index b01145d3a61..2eb9a6b2df5 100644 --- a/src/plugins/plugins.pro +++ b/src/plugins/plugins.pro @@ -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) { diff --git a/src/tools/tools.pro b/src/tools/tools.pro index 9cd8728ef32..98515b497aa 100644 --- a/src/tools/tools.pro +++ b/src/tools/tools.pro @@ -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)