diff options
| author | 2014-06-22 16:37:07 -0400 | |
|---|---|---|
| committer | 2014-06-22 16:37:07 -0400 | |
| commit | 4e4a028ecdd465d81344144343ca6574eb8b7dbf (patch) | |
| tree | 8fda03023d158080fe25e348aa87f4d3dedf447c /vsprops | |
| parent | Merge branch 'threading' of https://github.com/bunnei/citra (diff) | |
| download | yuzu-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.props | 2 |
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> |