diff options
| author | 2014-04-21 22:00:13 -0400 | |
|---|---|---|
| committer | 2014-04-21 22:00:13 -0400 | |
| commit | 089dff2cd495c02d2547ec203bf0183b7e5bd6c7 (patch) | |
| tree | 336851d1f6cde02a64652845700a4ae6f1c32a3d /vsprops/qt_libs_debug.props | |
| parent | Ignore scm_rev.h and auto copy Qt dlls to bin folder on build. (diff) | |
| download | yuzu-089dff2cd495c02d2547ec203bf0183b7e5bd6c7.tar.gz yuzu-089dff2cd495c02d2547ec203bf0183b7e5bd6c7.tar.xz yuzu-089dff2cd495c02d2547ec203bf0183b7e5bd6c7.zip | |
fixed VSProps for Qt DLL copy
Diffstat (limited to 'vsprops/qt_libs_debug.props')
| -rw-r--r-- | vsprops/qt_libs_debug.props | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vsprops/qt_libs_debug.props b/vsprops/qt_libs_debug.props index 7b8660050..335d0ac47 100644 --- a/vsprops/qt_libs_debug.props +++ b/vsprops/qt_libs_debug.props | |||
| @@ -12,9 +12,9 @@ | |||
| 12 | <QtCommandLine>/I"$(SolutionDir)src" /I"$(ExternalsDir)glew-1.6.0\include" /I"$(ExternalsDir)sdl-1.2.15\include" /I"$(ExternalsDir)qhexedit" /D"_DEBUG"</QtCommandLine> | 12 | <QtCommandLine>/I"$(SolutionDir)src" /I"$(ExternalsDir)glew-1.6.0\include" /I"$(ExternalsDir)sdl-1.2.15\include" /I"$(ExternalsDir)qhexedit" /D"_DEBUG"</QtCommandLine> |
| 13 | </MOC> | 13 | </MOC> |
| 14 | <PostBuildEvent> | 14 | <PostBuildEvent> |
| 15 | <Command>xcopy "$(QtLibraryDir)QtCored4.dll" "$(EmuBinDir)" /Y /S /D | 15 | <Command>xcopy "$(QtBinaryDir)QtCored4.dll" "$(EmuBinDir)" /Y /S /D |
| 16 | xcopy "$(QtLibraryDir)QtGuid4.dll" "$(EmuBinDir)" /Y /S /D | 16 | xcopy "$(QtBinaryDir)QtGuid4.dll" "$(EmuBinDir)" /Y /S /D |
| 17 | xcopy "$(QtLibraryDir)QtOpenGLd4.dll" "$(EmuBinDir)" /Y /S /D</Command> | 17 | xcopy "$(QtBinaryDir)QtOpenGLd4.dll" "$(EmuBinDir)" /Y /S /D</Command> |
| 18 | </PostBuildEvent> | 18 | </PostBuildEvent> |
| 19 | </ItemDefinitionGroup> | 19 | </ItemDefinitionGroup> |
| 20 | <ItemGroup /> | 20 | <ItemGroup /> |