forked from qt-creator/qt-creator
McuSupport: Remove status message
The status message notifying that the input.json used to generate the project tree in an MCU qmlproject is not interesting to most users, and it is shown several times if using modules. Removing it gets rid of some clutter in the General Messages output. QTCREATORBUG-28824 Change-Id: I8b97aeff7b872e52e260f035f7f48144a8caf167 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Yasser Grimes <yasser.grimes@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -76,8 +76,6 @@ void updateMCUProjectTree(ProjectExplorer::Project *p)
|
|||||||
const FilePath inputsJsonFile = projectBuildFolder / "CMakeFiles" / (targetName + ".dir")
|
const FilePath inputsJsonFile = projectBuildFolder / "CMakeFiles" / (targetName + ".dir")
|
||||||
/ "config/input.json";
|
/ "config/input.json";
|
||||||
|
|
||||||
printMessage("found Input json file " + inputsJsonFile.absoluteFilePath().toString(), true);
|
|
||||||
|
|
||||||
if (!inputsJsonFile.exists())
|
if (!inputsJsonFile.exists())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user