summaryrefslogtreecommitdiff
path: root/vsprops
diff options
context:
space:
mode:
authorGravatar bunnei2014-06-22 18:51:32 -0400
committerGravatar bunnei2014-06-22 18:51:32 -0400
commit280d7af35dc56a1f9c482f77089cecfb8efef71c (patch)
tree8fda03023d158080fe25e348aa87f4d3dedf447c /vsprops
parentMerge branch 'threading' of https://github.com/bunnei/citra (diff)
parentcitra_qt: Removed autogenerated files from repo and fixed build issues. (diff)
downloadyuzu-280d7af35dc56a1f9c482f77089cecfb8efef71c.tar.gz
yuzu-280d7af35dc56a1f9c482f77089cecfb8efef71c.tar.xz
yuzu-280d7af35dc56a1f9c482f77089cecfb8efef71c.zip
Merge pull request #24 from bunnei/remove-autogenerated-files
citra_qt: Removed autogenerated files from repo and fixed build issues.
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 @@
7 <QtBinaryDir>$(QTDIR)\bin\</QtBinaryDir> 7 <QtBinaryDir>$(QTDIR)\bin\</QtBinaryDir>
8 </PropertyGroup> 8 </PropertyGroup>
9 <PropertyGroup> 9 <PropertyGroup>
10 <IncludePath>$(QtIncludeDir);$(QtIncludeDir)QtGui;$(QtIncludeDir)QtCore;$(QtIncludeDir)Qt;$(QtIncludeDir)QtOpenGL;$(QtIncludeDir)QtANGLE;$(QtIncludeDir)QtWidgets;$(IncludePath)</IncludePath> 10 <IncludePath>$(QtIncludeDir);$(QtIncludeDir)QtGui;$(QtIncludeDir)QtCore;$(QtIncludeDir)Qt;$(QtIncludeDir)QtOpenGL;$(QtIncludeDir)QtANGLE;$(QtIncludeDir)QtWidgets;$(ProjectDir);$(IncludePath)</IncludePath>
11 <LibraryPath>$(QtLibraryDir);$(LibraryPath)</LibraryPath> 11 <LibraryPath>$(QtLibraryDir);$(LibraryPath)</LibraryPath>
12 </PropertyGroup> 12 </PropertyGroup>
13 <ItemDefinitionGroup> 13 <ItemDefinitionGroup>