MSVC linker shows "Creating library" messages that should be suppressed
The linker has several kinds of superfluous messages.
Example:
Creating library lib\qtcreator\plugins\ProjectExplorer.lib and object lib\qtcreator\plugins\ProjectExplorer.exp
Qbs filters them here.
This was reported on several places like https://github.com/microsoft/STL/issues/836 and https://chromiumcodereview.appspot.com/9969078 but I couldn't find any report here.