From 035a1c0ec2743aac7571e36c25b5bb921fd9cab7 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Thu, 18 Sep 2014 15:22:46 -0700 Subject: [PATCH] windows/qt: add (hopefully) all plugins DolphinQt should possibly need. For now they are all copied to binary directory, once the project is more mature it can be stripped down. --- Externals/Qt | 2 +- Source/VSProps/QtCompile.props | 41 +++++++++++++++++++++++++++++----- 2 files changed, 36 insertions(+), 7 deletions(-) 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