diff options
| author | Michael Maltese <michaeljosephmaltese@gmail.com> | 2017-05-25 23:40:04 -0700 |
|---|---|---|
| committer | Michael Maltese <michaeljosephmaltese@gmail.com> | 2017-05-26 01:00:15 -0700 |
| commit | 07a23f692415883ebd0bfeceef922cb87bdb3eb5 (patch) | |
| tree | 880b8e5a081ebccc656aa50cae6bf060aebb73b5 | |
| parent | d592bdd4d40046a16528df31343710c936a6186d (diff) | |
Update ext-win-qt submodule for Qt 5.8
Accompanying PR for https://github.com/dolphin-emu/ext-win-qt/pull/3
| m--------- | Externals/Qt | 0 | ||||
| -rw-r--r-- | Source/VSProps/QtCompile.props | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Externals/Qt b/Externals/Qt -Subproject 9dca8d6c716ad304d9382116ee29b5e2e4cde8d +Subproject 41320249bf99794ae95ab721943d9b491e6d52f diff --git a/Source/VSProps/QtCompile.props b/Source/VSProps/QtCompile.props index 3d72766eb6..299ff54808 100644 --- a/Source/VSProps/QtCompile.props +++ b/Source/VSProps/QtCompile.props @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Label="UserMacros"> - <QTDIRDefault>$(ExternalsDir)Qt\Qt5.5.0\5.5\msvc2015_64_opengl\</QTDIRDefault> + <QTDIRDefault>$(ExternalsDir)Qt\Qt5.8.0\5.8\msvc2015_64\</QTDIRDefault> <QTDIR Condition="Exists('$(QTDIRDefault)') And ('$(QTDIR)'=='' Or !Exists('$(QTDIR)'))">$(QTDIRDefault)</QTDIR> <QTDIR Condition="Exists('$(QTDIR)') And !HasTrailingSlash('$(QTDIR)')">$(QTDIR)\</QTDIR> <QtDirValid>false</QtDirValid> |
