Skip to content

Commit

Permalink
Merge pull request #7176 from spycrab/qt5.11.1
Browse files Browse the repository at this point in the history
Externals/Qt: Update to 5.11.1
  • Loading branch information
spycrab authored Jun 28, 2018
2 parents 52dd41f + d2527db commit f432cc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Externals/Qt
Submodule Qt updated 2024 files
2 changes: 1 addition & 1 deletion Source/VSProps/QtCompile.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="UserMacros">
<QTDIRDefault>$(ExternalsDir)Qt\Qt5.9.0\5.9\msvc2017_64\</QTDIRDefault>
<QTDIRDefault>$(ExternalsDir)Qt\Qt5.11.1\5.11.1\msvc2017_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>
Expand Down

0 comments on commit f432cc4

Please sign in to comment.