Correctly flag WinPhone
Fixes coverity CID21703. Change-Id: If9587c7cc49768066273a97fc56c3a662104f439 Reviewed-by: Andrew Knight <andrew.knight@intopalo.com> Reviewed-by: Maurice Kalinowski <maurice.kalinowski@theqtcompany.com>
This commit is contained in:
parent
cbc4750f52
commit
1568b09f1c
@ -628,7 +628,7 @@ void VCXProjectWriter::write(XmlOutput &xml, VCProject &tool)
|
|||||||
<< tagValue("Platform", tool.SingleProjects.at(i).PlatformName)
|
<< tagValue("Platform", tool.SingleProjects.at(i).PlatformName)
|
||||||
<< closetag();
|
<< closetag();
|
||||||
isWinRT = isWinRT || tool.SingleProjects.at(i).Configuration.WinRT;
|
isWinRT = isWinRT || tool.SingleProjects.at(i).Configuration.WinRT;
|
||||||
isWinPhone = isWinPhone = tool.SingleProjects.at(i).Configuration.WinPhone;
|
isWinPhone = isWinPhone || tool.SingleProjects.at(i).Configuration.WinPhone;
|
||||||
}
|
}
|
||||||
|
|
||||||
xml << closetag()
|
xml << closetag()
|
||||||
|
Loading…
Reference in New Issue
Block a user