summaryrefslogtreecommitdiffstats
path: root/vsprops
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-06-22 22:37:07 +0200
committerbunnei <ericbunnie@gmail.com>2014-06-22 22:37:07 +0200
commit4e4a028ecdd465d81344144343ca6574eb8b7dbf (patch)
tree8fda03023d158080fe25e348aa87f4d3dedf447c /vsprops
parentMerge branch 'threading' of https://github.com/bunnei/citra (diff)
downloadyuzu-4e4a028ecdd465d81344144343ca6574eb8b7dbf.tar
yuzu-4e4a028ecdd465d81344144343ca6574eb8b7dbf.tar.gz
yuzu-4e4a028ecdd465d81344144343ca6574eb8b7dbf.tar.bz2
yuzu-4e4a028ecdd465d81344144343ca6574eb8b7dbf.tar.lz
yuzu-4e4a028ecdd465d81344144343ca6574eb8b7dbf.tar.xz
yuzu-4e4a028ecdd465d81344144343ca6574eb8b7dbf.tar.zst
yuzu-4e4a028ecdd465d81344144343ca6574eb8b7dbf.zip
Diffstat (limited to 'vsprops')
-rw-r--r--vsprops/qt.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/vsprops/qt.props b/vsprops/qt.props
index f8bb44776..f74a7b5ea 100644
--- a/vsprops/qt.props
+++ b/vsprops/qt.props
@@ -7,7 +7,7 @@
<QtBinaryDir>$(QTDIR)\bin\</QtBinaryDir>
</PropertyGroup>
<PropertyGroup>
- <IncludePath>$(QtIncludeDir);$(QtIncludeDir)QtGui;$(QtIncludeDir)QtCore;$(QtIncludeDir)Qt;$(QtIncludeDir)QtOpenGL;$(QtIncludeDir)QtANGLE;$(QtIncludeDir)QtWidgets;$(IncludePath)</IncludePath>
+ <IncludePath>$(QtIncludeDir);$(QtIncludeDir)QtGui;$(QtIncludeDir)QtCore;$(QtIncludeDir)Qt;$(QtIncludeDir)QtOpenGL;$(QtIncludeDir)QtANGLE;$(QtIncludeDir)QtWidgets;$(ProjectDir);$(IncludePath)</IncludePath>
<LibraryPath>$(QtLibraryDir);$(LibraryPath)</LibraryPath>
</PropertyGroup>
<ItemDefinitionGroup>