diff --git a/dep/msvc/vsprops/QtCompile.props b/dep/msvc/vsprops/QtCompile.props index 67edbfc0f..280d1a9e3 100644 --- a/dep/msvc/vsprops/QtCompile.props +++ b/dep/msvc/vsprops/QtCompile.props @@ -136,7 +136,7 @@ AfterTargets="Build" Inputs="@(QtDlls);@(QtPlugins);@(QtTLSDlls)" Outputs="@(QtDlls -> '$(BinaryOutputDir)%(RecursiveDir)%(Filename)%(Extension)');@(QtPluginsDest);@(QtTLSDllsDest)"> - + - + - + + $([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)"> + +