forked from qt-creator/qt-creator
Clang: Fix spelling of "disabled" messages
Change-Id: Iac9729ffc75171c70822cd8f207af63b060b5b78 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
@@ -104,7 +104,7 @@ isEmpty(QTC_NO_CLANG_LIBTOOLING) {
|
|||||||
SUBDIRS += clangrefactoring
|
SUBDIRS += clangrefactoring
|
||||||
SUBDIRS += clangpchmanager
|
SUBDIRS += clangpchmanager
|
||||||
} else {
|
} 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) {
|
isEmpty(IDE_PACKAGE_MODE) {
|
||||||
|
@@ -27,7 +27,7 @@ isEmpty(QTC_NO_CLANG_LIBTOOLING) {
|
|||||||
SUBDIRS += clangrefactoringbackend
|
SUBDIRS += clangrefactoringbackend
|
||||||
SUBDIRS += clangpchmanagerbackend
|
SUBDIRS += clangpchmanagerbackend
|
||||||
} else {
|
} 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)
|
isEmpty(BUILD_CPLUSPLUS_TOOLS):BUILD_CPLUSPLUS_TOOLS=$$(BUILD_CPLUSPLUS_TOOLS)
|
||||||
|
Reference in New Issue
Block a user