mirror of
https://github.com/martinrotter/rssguard.git
synced 2024-12-27 08:33:27 +01:00
qt 5.15.2
This commit is contained in:
parent
3766af2774
commit
b2ef7e8121
@ -15,7 +15,7 @@ Install-Module VSSetup -Scope CurrentUser -AllowClobber -Force
|
||||
Import-VisualStudioVars -Architecture x64
|
||||
|
||||
# Get Qt.
|
||||
$qt_version = "5.15.1"
|
||||
$qt_version = "5.15.2"
|
||||
$qt_stub = "qt-$qt_version-dynamic-msvc2019-x86_64"
|
||||
$qt_link = "https://github.com/martinrotter/qt5-minimalistic-builds/releases/download/$qt_version/$qt_stub.7z"
|
||||
$qt_output = "qt.7z"
|
||||
|
Loading…
Reference in New Issue
Block a user