Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P4: Low
-
Resolution: Done
-
Affects Version/s: 6.2
-
Fix Version/s: 6.3.0 Alpha
-
Component/s: Build System, Build System: CMake
-
Labels:None
-
Platform/s:
-
Commits:879e42cba8fe201f46f1234473ce6d0057875e8f (qt/qtbase/dev) 67a63567cafaf514d161dadbb6b5b055eea22afa (qt/qtbase/6.2)
Description
When building Qt I got hundreds of messages from rc.exe like this:
[xxx/xxx] Building RC object xxx_resource.rc.res
Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384
Copyright (C) Microsoft Corporation. All rights reserved.
It can be disabled by passing the "/nologo" parameter to rc.exe. I would like contribute a patch to fix this but it's a shame that I don't know where to add this flag amount Qt's cmake scripts.