We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea43a53 commit 28bdcc6Copy full SHA for 28bdcc6
msvc2019-build6.2.0-beta.ps1 renamed to msvc2019-build6.2.2.ps1
@@ -3,9 +3,9 @@
3
# 3. cd to path of qt5-minimalistic-builds repo.
4
5
$version_base = "6.2"
6
-$version = "6.2.0-beta3"
+$version = "6.2.2"
7
8
-$qt_sources_url = "https://download.qt.io/development_releases/qt/" + $version_base + "/" + $version + "/single/qt-everywhere-src-" + $version + ".zip"
+$qt_sources_url = "https://download.qt.io/official_releases/qt/" + $version_base + "/" + $version + "/single/qt-everywhere-src-" + $version + ".zip"
9
$qt_archive_file = $pwd.Path + "\qt-" + $version + ".zip"
10
$qt_src_base_folder = $pwd.Path + "\qt-everywhere-src-" + $version
11
0 commit comments