summaryrefslogtreecommitdiff
path: root/vsprops
diff options
context:
space:
mode:
authorGravatar bunnei2014-06-22 16:37:07 -0400
committerGravatar bunnei2014-06-22 16:37:07 -0400
commit4e4a028ecdd465d81344144343ca6574eb8b7dbf (patch)
tree8fda03023d158080fe25e348aa87f4d3dedf447c /vsprops
parentMerge branch 'threading' of https://github.com/bunnei/citra (diff)
downloadyuzu-4e4a028ecdd465d81344144343ca6574eb8b7dbf.tar.gz
yuzu-4e4a028ecdd465d81344144343ca6574eb8b7dbf.tar.xz
yuzu-4e4a028ecdd465d81344144343ca6574eb8b7dbf.zip
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>