From 089dff2cd495c02d2547ec203bf0183b7e5bd6c7 Mon Sep 17 00:00:00 2001 From: bunnei Date: Mon, 21 Apr 2014 22:00:13 -0400 Subject: fixed VSProps for Qt DLL copy --- vsprops/qt_libs_debug.props | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vsprops/qt_libs_debug.props') 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 @@ /I"$(SolutionDir)src" /I"$(ExternalsDir)glew-1.6.0\include" /I"$(ExternalsDir)sdl-1.2.15\include" /I"$(ExternalsDir)qhexedit" /D"_DEBUG" - xcopy "$(QtLibraryDir)QtCored4.dll" "$(EmuBinDir)" /Y /S /D -xcopy "$(QtLibraryDir)QtGuid4.dll" "$(EmuBinDir)" /Y /S /D -xcopy "$(QtLibraryDir)QtOpenGLd4.dll" "$(EmuBinDir)" /Y /S /D + xcopy "$(QtBinaryDir)QtCored4.dll" "$(EmuBinDir)" /Y /S /D +xcopy "$(QtBinaryDir)QtGuid4.dll" "$(EmuBinDir)" /Y /S /D +xcopy "$(QtBinaryDir)QtOpenGLd4.dll" "$(EmuBinDir)" /Y /S /D -- cgit v1.2.3