diff options
| author | 2014-04-10 20:50:10 -0400 | |
|---|---|---|
| committer | 2014-04-10 20:51:32 -0400 | |
| commit | ff4fe52bf649b9b290ffa9844aad07ca5319e3e0 (patch) | |
| tree | eba6c7c29871327a28bc1945213401ce77920f11 /vsprops/qt_libs_debug.props | |
| parent | removed scm_rev.h from version control (diff) | |
| download | yuzu-ff4fe52bf649b9b290ffa9844aad07ca5319e3e0.tar.gz yuzu-ff4fe52bf649b9b290ffa9844aad07ca5319e3e0.tar.xz yuzu-ff4fe52bf649b9b290ffa9844aad07ca5319e3e0.zip | |
Temporarily "fix" citra_qt for Windows
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 @@ | |||
| 9 | </Link> | 9 | </Link> |
| 10 | <MOC> | 10 | <MOC> |
| 11 | <QtNoDebug>false</QtNoDebug> | 11 | <QtNoDebug>false</QtNoDebug> |
| 12 | <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> | 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 | </ItemDefinitionGroup> | 14 | </ItemDefinitionGroup> |
| 15 | <ItemGroup /> | 15 | <ItemGroup /> |