diff --git a/dep/msvc/vsprops/QtCompile.props b/dep/msvc/vsprops/QtCompile.props index a99ba4004..e8ac1f4db 100644 --- a/dep/msvc/vsprops/QtCompile.props +++ b/dep/msvc/vsprops/QtCompile.props @@ -13,6 +13,7 @@ $(QTDIR)plugins\ $(SolutionDir)build\$(ProjectName)-$(Platform)-$(Configuration)\ $(QtToolOutDir)moc_ + $(BinaryOutputDir)translations\ d $(QtDebugSuffix) QtPlugins @@ -113,6 +114,9 @@ QtMoc + + QtTs + @@ -157,4 +161,25 @@ Overwrite="true" /> + + + + + + + + + + + + + + + + + diff --git a/dep/msvc/vsprops/QtCompile.targets b/dep/msvc/vsprops/QtCompile.targets index 9ab1522a8..75ac29f30 100644 --- a/dep/msvc/vsprops/QtCompile.targets +++ b/dep/msvc/vsprops/QtCompile.targets @@ -1,7 +1,7 @@ - QtResourceClean;QtUiClean;QtMocClean;$(CleanDependsOn) + QtResourceClean;QtUiClean;QtMocClean;QtTsClean;$(CleanDependsOn)