aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/plugins/clangformat/clangformatplugin.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/clangformat/clangformatplugin.cpp b/src/plugins/clangformat/clangformatplugin.cpp
index 81f95ccba7..1f3ea8d475 100644
--- a/src/plugins/clangformat/clangformatplugin.cpp
+++ b/src/plugins/clangformat/clangformatplugin.cpp
@@ -155,8 +155,9 @@ bool ClangFormatPlugin::initialize(const QStringList &arguments, QString *errorS
}
return true;
#else
- *errorString = "Disabling ClangFormat plugin as it is not built against a suitable version of "
- "Clang's libFormat. For more information, see the Qt Creator README at "
+#warning ClangFormat: building dummy plugin due to unmodified Clang, see README.md for more info
+ *errorString = "Disabling ClangFormat plugin as it has not been built against a modified Clang's libFormat."
+ "For more information see the Qt Creator README at "
"https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/README.md";
return false;
#endif