Skip to content

Commit 28bdcc6

Browse files
author
Martin Rotter
committed
6.2.2 dynamic
1 parent ea43a53 commit 28bdcc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

msvc2019-build6.2.0-beta.ps1 renamed to msvc2019-build6.2.2.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# 3. cd to path of qt5-minimalistic-builds repo.
44

55
$version_base = "6.2"
6-
$version = "6.2.0-beta3"
6+
$version = "6.2.2"
77

8-
$qt_sources_url = "https://download.qt.io/development_releases/qt/" + $version_base + "/" + $version + "/single/qt-everywhere-src-" + $version + ".zip"
8+
$qt_sources_url = "https://download.qt.io/official_releases/qt/" + $version_base + "/" + $version + "/single/qt-everywhere-src-" + $version + ".zip"
99
$qt_archive_file = $pwd.Path + "\qt-" + $version + ".zip"
1010
$qt_src_base_folder = $pwd.Path + "\qt-everywhere-src-" + $version
1111

0 commit comments

Comments
 (0)