summaryrefslogtreecommitdiffstats
path: root/vsprops
diff options
context:
space:
mode:
authorMathieu Vaillancourt <vaillancourtm@gmail.com>2014-04-11 02:50:10 +0200
committerMathieu Vaillancourt <vaillancourtm@gmail.com>2014-04-11 02:51:32 +0200
commitff4fe52bf649b9b290ffa9844aad07ca5319e3e0 (patch)
treeeba6c7c29871327a28bc1945213401ce77920f11 /vsprops
parentremoved scm_rev.h from version control (diff)
downloadyuzu-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')
-rw-r--r--vsprops/qt.props4
-rw-r--r--vsprops/qt_libs_debug.props2
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 />