From b085c0d00019356dce1c82057ea967f26cf39ff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Lucr=C3=A8ce=20C=C3=A9leste?= Date: Fri, 23 Aug 2019 15:49:07 -0400 Subject: [PATCH 1/2] [Azure Pipelines] use QT 5.13.0 --- azure-pipelines/download_install_qt.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines/download_install_qt.ps1 b/azure-pipelines/download_install_qt.ps1 index 7edefbff1c..c2c23220a5 100644 --- a/azure-pipelines/download_install_qt.ps1 +++ b/azure-pipelines/download_install_qt.ps1 @@ -1,7 +1,7 @@ $ErrorActionPreference = "Stop" $qli_install_version = '2019.05.26.1' -$qt_version = '5.12.3' +$qt_version = '5.13.0' New-Item -Force -ItemType Directory -Path ".\deps\" From 2ba35b3402f16e1a56b5bca7bc24c7915821d3e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Lucr=C3=A8ce=20C=C3=A9leste?= Date: Fri, 23 Aug 2019 15:53:07 -0400 Subject: [PATCH 2/2] [Azure Pipelines] update build_env_tmp.bat to QT 5.13 --- azure-pipelines/build_env_tmpl.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines/build_env_tmpl.bat b/azure-pipelines/build_env_tmpl.bat index eefa014aaa..c2a5c1de54 100644 --- a/azure-pipelines/build_env_tmpl.bat +++ b/azure-pipelines/build_env_tmpl.bat @@ -1,6 +1,6 @@ set B_BUILD_TYPE=%CI_ENV_BUILD_TYPE% set B_QT_ROOT=%cd%\deps\Qt -set B_QT_VER=Qt5.12.3\5.12.3 +set B_QT_VER=Qt5.13.0\5.13.0 set B_QT_MSVC=msvc2017_64 set B_BONJOUR=%cd%\deps\BonjourSDKLike