diff --git a/common/vsprops/QtCompile.props b/common/vsprops/QtCompile.props
index 6e220d2df4de1..ff2e4b63eb23a 100644
--- a/common/vsprops/QtCompile.props
+++ b/common/vsprops/QtCompile.props
@@ -167,25 +167,38 @@
/>
-
+
-
+
+ $([System.String]::Copy('%(Filename)').Substring($([MSBuild]::Add($([System.String]::Copy('%(Filename)').IndexOf('_')), 1))))
+
+
+
+
+
+ $([System.String]::Copy('%(Filename)').Replace('qt_', ''))
+
+
+
+
+
+ %(MergedQmFiles.Language)
+
+
+
+
+
+
+
+
+
-
-
-
- %(Identity)
- %(RecursiveDir)
-
-
-
-
+ Inputs="@(CopyTsFilesSource)"
+ Outputs="@(CopyTsFilesDest.FullPath)">
+
+