summaryrefslogtreecommitdiff
path: root/vsprops/qt_libs_debug.props
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 2b2ced9bc..7b8660050 100644
--- a/vsprops/qt_libs_debug.props
+++ b/vsprops/qt_libs_debug.props
@@ -11,6 +11,11 @@
11 <QtNoDebug>false</QtNoDebug> 11 <QtNoDebug>false</QtNoDebug>
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>
15 <Command>xcopy "$(QtLibraryDir)QtCored4.dll" "$(EmuBinDir)" /Y /S /D
16xcopy "$(QtLibraryDir)QtGuid4.dll" "$(EmuBinDir)" /Y /S /D
17xcopy "$(QtLibraryDir)QtOpenGLd4.dll" "$(EmuBinDir)" /Y /S /D</Command>
18 </PostBuildEvent>
14 </ItemDefinitionGroup> 19 </ItemDefinitionGroup>
15 <ItemGroup /> 20 <ItemGroup />
16</Project> \ No newline at end of file 21</Project> \ No newline at end of file