diff --git a/Externals/Qt b/Externals/Qt
index e2e0b15688..e15ba6f5eb 160000
--- a/Externals/Qt
+++ b/Externals/Qt
@@ -1 +1 @@
-Subproject commit e2e0b15688568c58ec17b9c22a0dc1969f69b5da
+Subproject commit e15ba6f5eba256027ae657f0c1ecc1ede2c42b33
diff --git a/Source/VSProps/QtCompile.props b/Source/VSProps/QtCompile.props
index 675787e3db..ba7f668a67 100644
--- a/Source/VSProps/QtCompile.props
+++ b/Source/VSProps/QtCompile.props
@@ -9,9 +9,12 @@
$(QTDIR)include\
$(QTDIR)lib\
$(QTDIR)bin\
+ $(QTDIR)plugins\
$(IntDir)
$(QtToolOutDir)moc_
- d
+ d
+ $(QtDebugSuffix)
+ QtPlugins
@@ -117,17 +120,43 @@
+
+
+
+
+
+
+ $(BinaryOutputDir)qt.conf
+
+ Inputs="@(QtDlls);@(QtPlugins)"
+ Outputs="@(QtDlls -> '$(BinaryOutputDir)%(RecursiveDir)%(Filename)%(Extension)');@(QtPlugins -> '$(BinaryOutputDir)$(QtPluginFolder)\%(RecursiveDir)%(Filename)%(Extension)')">
+
+
+
+
+
\ No newline at end of file