diff options
Diffstat (limited to '')
-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 dcba690f0..2b2ced9bc 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\common\src" /I"$(SolutionDir)src\core\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)glew-1.6.0\include" /I"$(ExternalsDir)sdl-1.2.15\include" /I"$(ExternalsDir)qhexedit" /D"_DEBUG"</QtCommandLine> </MOC> </ItemDefinitionGroup> <ItemGroup /> |