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)