diff options
author | Mathieu Vaillancourt <vaillancourtm@gmail.com> | 2014-04-10 20:50:10 -0400 |
---|---|---|
committer | Mathieu Vaillancourt <vaillancourtm@gmail.com> | 2014-04-10 20:51:32 -0400 |
commit | ff4fe52bf649b9b290ffa9844aad07ca5319e3e0 (patch) | |
tree | eba6c7c29871327a28bc1945213401ce77920f11 /vsprops | |
parent | 17b32b7b3fa54ab2c5754db79df560052758236d (diff) |
Temporarily "fix" citra_qt for Windows
Diffstat (limited to 'vsprops')
-rw-r--r-- | vsprops/qt.props | 4 | ||||
-rw-r--r-- | vsprops/qt_libs_debug.props | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/vsprops/qt.props b/vsprops/qt.props index f9cfb1e25..484507323 100644 --- a/vsprops/qt.props +++ b/vsprops/qt.props @@ -14,11 +14,11 @@ </ItemDefinitionGroup> <ItemDefinitionGroup> <UIC> - <QtUicPrefix>src/ui_</QtUicPrefix> + <QtUicPrefix>ui_</QtUicPrefix> <QtUicExt>.h</QtUicExt> </UIC> <MOC> - <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"</QtCommandLine> + <QtCommandLine>/I"$(SolutionDir)src" /I"$(ExternalsDir)glew-1.6.0\include" /I"$(ExternalsDir)sdl-1.2.15\include" /I"$(ExternalsDir)qhexedit"</QtCommandLine> <QtKeywords>false</QtKeywords> </MOC> <Link /> 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 /> |