From 0db59c71f60233bd94687e8245dbf5f81b9f51f9 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Mon, 5 Jun 2017 11:50:28 -0700 Subject: [PATCH] msbuild/qt: remove .qrc and .ui file support --- Source/VSProps/QtCompile.props | 44 -------------------------------- Source/VSProps/QtCompile.targets | 2 +- Source/VSProps/QtCompile.xml | 6 ----- 3 files changed, 1 insertion(+), 51 deletions(-) diff --git a/Source/VSProps/QtCompile.props b/Source/VSProps/QtCompile.props index bfca34c8d1..eac58d1586 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 9ab1522a8d..bd437e7c34 100644 --- a/Source/VSProps/QtCompile.targets +++ b/Source/VSProps/QtCompile.targets @@ -1,7 +1,7 @@ - QtResourceClean;QtUiClean;QtMocClean;$(CleanDependsOn) + QtMocClean;$(CleanDependsOn)