From 8b1ca8c4a50bb4cab92c6f4f7d232a3d02247b7f Mon Sep 17 00:00:00 2001 From: Miguel Costa Date: Fri, 24 Jul 2020 12:06:51 +0200 Subject: Remove WSL path fixup The MSBuild VC Linux targets for WSL assumes that paths are rooted in the /mnt directory. This leads to errors when using host-based absolute paths in build properties. However, fixing these on the Qt/MSBuild targets is not the correct approach; paths should be assumed to be correct as provided. The user should be advised to workaroung the issue of "/mnt" prefixing by MSBuild, e.g. by creating symlinks in /mnt to other root directories, as required. Change-Id: I31f2ba604d0ca3e228b3b6e2e901cce06d42afba Reviewed-by: Oliver Wolff --- src/qtmsbuild/qt_globals.targets | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'src/qtmsbuild/qt_globals.targets') diff --git a/src/qtmsbuild/qt_globals.targets b/src/qtmsbuild/qt_globals.targets index 54815a97..8b6eb23d 100644 --- a/src/qtmsbuild/qt_globals.targets +++ b/src/qtmsbuild/qt_globals.targets @@ -500,36 +500,6 @@ - - - - - - - ..%(Value) - - - - - %(Identity) - - - - - @(IncludePath->'%(Value)') - - - -