aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprops/qt_libs_debug.props
diff options
context:
space:
mode:
authorGravatar Mathieu Vaillancourt <vaillancourtm@gmail.com>2014-04-19 14:26:14 -0400
committerGravatar Mathieu Vaillancourt <vaillancourtm@gmail.com>2014-04-19 14:26:14 -0400
commit1780f9b76a0419f5ad880ca5e58ab47279720ebf (patch)
tree02c2cd977242bdf4bff73da6225f07551445a731 /vsprops/qt_libs_debug.props
parentad0734acee6e3490e6b57f01cacfc233ff7e44c8 (diff)
Ignore scm_rev.h and auto copy Qt dlls to bin folder on build.
Diffstat (limited to 'vsprops/qt_libs_debug.props')
-rw-r--r--vsprops/qt_libs_debug.props5
1 files changed, 5 insertions, 0 deletions
diff --git a/vsprops/qt_libs_debug.props b/vsprops/qt_libs_debug.props
index 2b2ced9b..7b866005 100644
--- a/vsprops/qt_libs_debug.props
+++ b/vsprops/qt_libs_debug.props
@@ -11,6 +11,11 @@
<QtNoDebug>false</QtNoDebug>
<QtCommandLine>/I"$(SolutionDir)src" /I"$(ExternalsDir)glew-1.6.0\include" /I"$(ExternalsDir)sdl-1.2.15\include" /I"$(ExternalsDir)qhexedit" /D"_DEBUG"</QtCommandLine>
</MOC>
+ <PostBuildEvent>
+ <Command>xcopy "$(QtLibraryDir)QtCored4.dll" "$(EmuBinDir)" /Y /S /D
+xcopy "$(QtLibraryDir)QtGuid4.dll" "$(EmuBinDir)" /Y /S /D
+xcopy "$(QtLibraryDir)QtOpenGLd4.dll" "$(EmuBinDir)" /Y /S /D</Command>
+ </PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup />
</Project> \ No newline at end of file