diff options
author | Mathieu Vaillancourt <vaillancourtm@gmail.com> | 2014-04-11 02:50:10 +0200 |
---|---|---|
committer | Mathieu Vaillancourt <vaillancourtm@gmail.com> | 2014-04-11 02:51:32 +0200 |
commit | ff4fe52bf649b9b290ffa9844aad07ca5319e3e0 (patch) | |
tree | eba6c7c29871327a28bc1945213401ce77920f11 /vsprops/qt_libs_debug.props | |
parent | removed scm_rev.h from version control (diff) | |
download | yuzu-ff4fe52bf649b9b290ffa9844aad07ca5319e3e0.tar yuzu-ff4fe52bf649b9b290ffa9844aad07ca5319e3e0.tar.gz yuzu-ff4fe52bf649b9b290ffa9844aad07ca5319e3e0.tar.bz2 yuzu-ff4fe52bf649b9b290ffa9844aad07ca5319e3e0.tar.lz yuzu-ff4fe52bf649b9b290ffa9844aad07ca5319e3e0.tar.xz yuzu-ff4fe52bf649b9b290ffa9844aad07ca5319e3e0.tar.zst yuzu-ff4fe52bf649b9b290ffa9844aad07ca5319e3e0.zip |
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 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 /> |