diff --git a/Source/VSProps/QtCompile.props b/Source/VSProps/QtCompile.props index bfca34c8d13..eac58d1586a 100644 --- a/Source/VSProps/QtCompile.props +++ b/Source/VSProps/QtCompile.props @@ -37,44 +37,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -112,12 +74,6 @@ - - QtResource - - - QtUi - QtMoc diff --git a/Source/VSProps/QtCompile.targets b/Source/VSProps/QtCompile.targets index 9ab1522a8da..bd437e7c346 100644 --- a/Source/VSProps/QtCompile.targets +++ b/Source/VSProps/QtCompile.targets @@ -1,7 +1,7 @@ - QtResourceClean;QtUiClean;QtMocClean;$(CleanDependsOn) + QtMocClean;$(CleanDependsOn)