Skip to content

Commit e25ea54

Browse files
committed
Update msvc and appveyor builds to use Qt5.12.11 binaries.
1 parent 1704bbf commit e25ea54

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
version: '{branch}.{build}'
22
skip_tags: true
3-
image: Visual Studio 2019
3+
image: Visual Studio 2019 Preview
44
configuration: Release
55
platform: x64
66
clone_depth: 5
77
environment:
88
PATH: 'C:\Python37-x64;C:\Python37-x64\Scripts;%PATH%'
99
PYTHONUTF8: 1
10-
QT_DOWNLOAD_URL: 'https://github.com/sipsorcery/qt_win_binary/releases/download/qt51210x64_vs2019_1694/Qt5.12.10_x64_static_vs2019_1694.zip'
11-
QT_DOWNLOAD_HASH: '3035a1307e8302bb3a76eba9bb3102979f945ab4022cc3bc2e1583edd44bdc99'
12-
QT_LOCAL_PATH: 'C:\Qt5.12.10_x64_static_vs2019_1694'
10+
QT_DOWNLOAD_URL: 'https://github.com/sipsorcery/qt_win_binary/releases/download/qt51211x64_static_vs2019_16101/Qt5.12.11_x64_static_vs2019_16101.zip'
11+
QT_DOWNLOAD_HASH: 'cf1b58107fadbf0d9a957d14dab16cde6b6eb6936a1908472da1f967dda34a3a'
12+
QT_LOCAL_PATH: 'C:\Qt5.12.11_x64_static_vs2019_16101'
1313
VCPKG_TAG: '75522bb1f2e7d863078bcd06322348f053a9e33f'
1414
install:
1515
# Disable zmq test for now since python zmq library on Windows would cause Access violation sometimes.

build_msvc/common.qt.init.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33

44
<PropertyGroup Label="QtGlobals">
5-
<QtBaseDir>C:\Qt5.12.10_x64_static_vs2019_1694</QtBaseDir>
5+
<QtBaseDir>C:\Qt5.12.11_x64_static_vs2019_16101</QtBaseDir>
66
<QtPluginsLibraryDir>$(QtBaseDir)\plugins</QtPluginsLibraryDir>
77
<QtLibraryDir>$(QtBaseDir)\lib</QtLibraryDir>
88
<QtIncludeDir>$(QtBaseDir)\include</QtIncludeDir>

0 commit comments

Comments
 (0)