summaryrefslogtreecommitdiffstats
path: root/vsprops/qt_libs_release.props
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-04-22 04:00:13 +0200
committerbunnei <ericbunnie@gmail.com>2014-04-22 04:00:13 +0200
commit089dff2cd495c02d2547ec203bf0183b7e5bd6c7 (patch)
tree336851d1f6cde02a64652845700a4ae6f1c32a3d /vsprops/qt_libs_release.props
parentIgnore scm_rev.h and auto copy Qt dlls to bin folder on build. (diff)
downloadyuzu-089dff2cd495c02d2547ec203bf0183b7e5bd6c7.tar
yuzu-089dff2cd495c02d2547ec203bf0183b7e5bd6c7.tar.gz
yuzu-089dff2cd495c02d2547ec203bf0183b7e5bd6c7.tar.bz2
yuzu-089dff2cd495c02d2547ec203bf0183b7e5bd6c7.tar.lz
yuzu-089dff2cd495c02d2547ec203bf0183b7e5bd6c7.tar.xz
yuzu-089dff2cd495c02d2547ec203bf0183b7e5bd6c7.tar.zst
yuzu-089dff2cd495c02d2547ec203bf0183b7e5bd6c7.zip
Diffstat (limited to '')
-rw-r--r--vsprops/qt_libs_release.props6
1 files changed, 3 insertions, 3 deletions
diff --git a/vsprops/qt_libs_release.props b/vsprops/qt_libs_release.props
index 76b71df07..0f02f30d5 100644
--- a/vsprops/qt_libs_release.props
+++ b/vsprops/qt_libs_release.props
@@ -8,9 +8,9 @@
<AdditionalDependencies>QtCore4.lib;QtGui4.lib;QtOpenGL4.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<PostBuildEvent>
- <Command>xcopy "$(QtLibraryDir)QtCore4.dll" "$(EmuBinDir)" /Y /S /D
-xcopy "$(QtLibraryDir)QtGui4.dll" "$(EmuBinDir)" /Y /S /D
-xcopy "$(QtLibraryDir)QtOpenGL4.dll" "$(EmuBinDir)" /Y /S /D</Command>
+ <Command>xcopy "$(QtBinaryDir)QtCore4.dll" "$(EmuBinDir)" /Y /S /D
+xcopy "$(QtBinaryDir)QtGui4.dll" "$(EmuBinDir)" /Y /S /D
+xcopy "$(QtBinaryDir)QtOpenGL4.dll" "$(EmuBinDir)" /Y /S /D</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup />