Do not write empty custom build tool on VCConfiguration level
This is superfluous. Change-Id: Iac96938c6a7e899244534747a2f8a60bdbbdeb62 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
parent
b83884a4e6
commit
5f6800c220
@ -2149,7 +2149,6 @@ VCConfiguration::VCConfiguration()
|
||||
compiler.config = this;
|
||||
linker.config = this;
|
||||
idl.config = this;
|
||||
custom.config = this;
|
||||
}
|
||||
|
||||
// VCFilter ---------------------------------------------------------
|
||||
@ -2872,7 +2871,6 @@ void VCProjectWriter::write(XmlOutput &xml, const VCConfiguration &tool)
|
||||
<< attrE(_UseOfMfc, tool.UseOfMfc)
|
||||
<< attrT(_WholeProgramOptimization, tool.WholeProgramOptimization);
|
||||
write(xml, tool.compiler);
|
||||
write(xml, tool.custom);
|
||||
if (tool.ConfigurationType == typeStaticLibrary)
|
||||
write(xml, tool.librarian);
|
||||
else
|
||||
|
@ -896,7 +896,6 @@ public:
|
||||
VCLinkerTool linker;
|
||||
VCLibrarianTool librarian;
|
||||
VCManifestTool manifestTool;
|
||||
VCCustomBuildTool custom;
|
||||
VCMIDLTool idl;
|
||||
VCPostBuildEventTool postBuild;
|
||||
VCPreBuildEventTool preBuild;
|
||||
|
Loading…
Reference in New Issue
Block a user