aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprops/qt.props
diff options
context:
space:
mode:
authorGravatar bunnei <ericbunnie@gmail.com>2014-06-22 16:37:07 -0400
committerGravatar bunnei <ericbunnie@gmail.com>2014-06-22 16:37:07 -0400
commit4e4a028ecdd465d81344144343ca6574eb8b7dbf (patch)
tree8fda03023d158080fe25e348aa87f4d3dedf447c /vsprops/qt.props
parent004df767953a949817da89bddcd5d1379240f769 (diff)
citra_qt: Removed autogenerated files from repo and fixed build issues.
Diffstat (limited to 'vsprops/qt.props')
-rw-r--r--vsprops/qt.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/vsprops/qt.props b/vsprops/qt.props
index f8bb4477..f74a7b5e 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>