aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtprojectlib/QtMsBuild.cs
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2024-05-21 14:11:08 +0200
committerOliver Wolff <oliver.wolff@qt.io>2024-05-22 12:16:17 +0000
commitbc9277b67350c7dd94e12e7e230689b924330706 (patch)
tree46a51ef07c110107c5128bc341a3ef386dae394c /src/qtprojectlib/QtMsBuild.cs
parent81086f1ecd87f6afc820326383b0d6b595149ced (diff)
Remove architecture dependent dependency to Microsoft.Build.Utilities.Core.dllHEADdev
This and other dlls are no longer available inside the architecture dependent folder, but only in the generic folder one level above. This leads to build errors when building Qt projects on Windows on ARM. Depending on $(MSBuildToolsPath) brings a hard dependency to the used architecture because this path contains the architecture. According to https://developercommunity.visualstudio.com/t/ARM64:-MicrosoftBuildUtilitiesCoredl/10574258 the "generic" location for these dependencies should be used. As Microsoft.Build.Utilities.Core is added to the build environment automatically we can get rid of this dependency completely. Fixes: QTVSADDINBUG-1199 Change-Id: Ie28fd52f185f24475bab5c1073586462e094e28f Reviewed-by: Ali Can Demiralp <ali.demiralp@qt.io> Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
Diffstat (limited to 'src/qtprojectlib/QtMsBuild.cs')
0 files changed, 0 insertions, 0 deletions