diff options
| author | 2019-10-05 21:10:01 -0400 | |
|---|---|---|
| committer | 2019-10-05 21:10:01 -0400 | |
| commit | dff8b887edf10407f22aaab9d147948cd5491f0a (patch) | |
| tree | 14456ec6e2161ab1146e0bd9a2c9063fd56f87b4 /azure-pipelines | |
| parent | 81b2a927d50def6c2643db51394a170593d1db85 (diff) | |
New upstream version 2.3.2+dfsgupstream/2.3.2+dfsg
Diffstat (limited to 'azure-pipelines')
| -rw-r--r-- | azure-pipelines/build_env_tmpl.bat | 2 | ||||
| -rw-r--r-- | azure-pipelines/download_install_qt.ps1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines/build_env_tmpl.bat b/azure-pipelines/build_env_tmpl.bat index eefa014..c2a5c1d 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 diff --git a/azure-pipelines/download_install_qt.ps1 b/azure-pipelines/download_install_qt.ps1 index 7edefbf..c2c2322 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\" |
