Skip to content

Commit

Permalink
6.2.2 dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Rotter committed Dec 9, 2021
1 parent ea43a53 commit 28bdcc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions msvc2019-build6.2.0-beta.ps1 → msvc2019-build6.2.2.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# 3. cd to path of qt5-minimalistic-builds repo.

$version_base = "6.2"
$version = "6.2.0-beta3"
$version = "6.2.2"

$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"
$qt_archive_file = $pwd.Path + "\qt-" + $version + ".zip"
$qt_src_base_folder = $pwd.Path + "\qt-everywhere-src-" + $version

Expand Down

0 comments on commit 28bdcc6

Please sign in to comment.