From c6e6f4afea218e235760f873c6e6ecd79ac183e5 Mon Sep 17 00:00:00 2001 From: kd-11 Date: Thu, 21 Sep 2017 19:07:13 +0300 Subject: [PATCH] vs/qt: Explicitly reference target output to avoid failing post-build step - Referencing the whole build folder will err if there is any non-qt exe in the folder --- rpcs3/rpcs3.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rpcs3/rpcs3.vcxproj b/rpcs3/rpcs3.vcxproj index 6107d003f8..43f9569016 100644 --- a/rpcs3/rpcs3.vcxproj +++ b/rpcs3/rpcs3.vcxproj @@ -166,7 +166,7 @@ - $(QTDIR)\bin\windeployqt --no-angle --no-opengl-sw --no-svg --no-translations $(OutDir) + $(QTDIR)\bin\windeployqt --no-angle --no-opengl-sw --no-svg --no-translations $(TargetPath) @@ -218,7 +218,7 @@ - $(QTDIR)\bin\windeployqt --no-angle --no-opengl-sw --no-svg --no-translations $(OutDir) + $(QTDIR)\bin\windeployqt --no-angle --no-opengl-sw --no-svg --no-translations $(TargetPath) @@ -271,7 +271,7 @@ - $(QTDIR)\bin\windeployqt --no-angle --no-opengl-sw --no-svg --no-translations --debug $(OutDir) + $(QTDIR)\bin\windeployqt --no-angle --no-opengl-sw --no-svg --no-translations --debug $(TargetPath) @@ -324,7 +324,7 @@ - $(QTDIR)\bin\windeployqt --no-angle --no-opengl-sw --no-svg --no-translations --debug $(OutDir) + $(QTDIR)\bin\windeployqt --no-angle --no-opengl-sw --no-svg --no-translations --debug $(TargetPath)