diff --git a/azure-pipelines/download_install_qt.ps1 b/azure-pipelines/download_install_qt.ps1 index 7edefbff..c2c23220 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\"