File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 33 [string ] $Version = ' 6.5.3' ,
44 [string ] $Uri = ' https://download.qt.io/official_releases/qt/6.5/6.5.3' ,
55 [string ] $Hash = " ${PSScriptRoot} /checksums" ,
6- [array ] $Targets = @ (' x64' , ' x86' ),
6+ [array ] $Targets = @ (' x64' , ' x86' , ' arm64 ' ),
77 [array ] $Patches = @ (
88 @ {
99 PatchFile = " ${PSScriptRoot} /patches/Qt6/win/0001-CVE-2023-43114-6.5.patch"
@@ -143,6 +143,7 @@ function Configure {
143143 $CMakeTarget = @ {
144144 x64 = ' x64'
145145 x86 = ' Win32'
146+ arm64 = ' arm64'
146147 }
147148
148149 $Options = ($Options -join ' ' ) -replace ' -G Visual Studio \d+ \d+' , ' -G Ninja' -replace " -A $ ( $CMakeTarget [$Target ]) " , ' '
@@ -227,6 +228,7 @@ function Qt-Add-Submodules {
227228 $CMakeTarget = @ {
228229 x64 = ' x64'
229230 x86 = ' Win32'
231+ arm64 = ' arm64'
230232 }
231233
232234 $QtComponents | Where-Object { $_ -ne ' qtbase' } | ForEach-Object {
You can’t perform that action at this time.
0 commit comments