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)