diff options
Diffstat (limited to 'vsprops/qt_libs_debug.props')
-rw-r--r-- | vsprops/qt_libs_debug.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vsprops/qt_libs_debug.props b/vsprops/qt_libs_debug.props index 335d0ac47..65261c908 100644 --- a/vsprops/qt_libs_debug.props +++ b/vsprops/qt_libs_debug.props @@ -9,7 +9,7 @@ </Link> <MOC> <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> + <QtCommandLine>/I"$(SolutionDir)src" /I"$(ExternalsDir)sdl-1.2.15\include" /I"$(ExternalsDir)qhexedit" /D"_DEBUG"</QtCommandLine> </MOC> <PostBuildEvent> <Command>xcopy "$(QtBinaryDir)QtCored4.dll" "$(EmuBinDir)" /Y /S /D |