Skip to content

Commit

Permalink
deps.qt: Update Qt6 Windows build script
Browse files Browse the repository at this point in the history
  • Loading branch information
PatTheMav committed Jun 9, 2023
1 parent 9cfa7c4 commit 831e945
Show file tree
Hide file tree
Showing 7 changed files with 305 additions and 86 deletions.
2 changes: 1 addition & 1 deletion Build-Dependencies.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function Run-Stages {

function Package-Dependencies {
if ( $script:PackageName -like 'qt*' ) {
$ArchiveFileName = "windows-deps-${PackageName}-${CurrentDate}-${Target}-${Configuration}.zip"
$ArchiveFileName = "windows-deps-${PackageName}-${CurrentDate}-${Target}.zip"
} else {
$ArchiveFileName = "windows-${PackageName}-${CurrentDate}-${Target}.zip"
}
Expand Down
14 changes: 14 additions & 0 deletions deps.qt/checksums/qtbase-everywhere-src-6.4.3.zip.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04">
<Obj RefId="0">
<TN RefId="0">
<T>Microsoft.PowerShell.Commands.FileHashInfo</T>
<T>System.Object</T>
</TN>
<ToString>Microsoft.PowerShell.Commands.FileHashInfo</ToString>
<Props>
<S N="Algorithm">SHA256</S>
<S N="Hash">317CF6CBDBCE55DA8BBA80168E0800FF396FB43EA6B5A26194B9C1A5692C85F6</S>
<S N="Path">qtbase-everywhere-src-6.4.3.zip</S>
</Props>
</Obj>
</Objs>
14 changes: 14 additions & 0 deletions deps.qt/checksums/qtimageformats-everywhere-src-6.4.3.zip.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04">
<Obj RefId="0">
<TN RefId="0">
<T>Microsoft.PowerShell.Commands.FileHashInfo</T>
<T>System.Object</T>
</TN>
<ToString>Microsoft.PowerShell.Commands.FileHashInfo</ToString>
<Props>
<S N="Algorithm">SHA256</S>
<S N="Hash">E9263A5A2EEEC3C71DB18DD2D10A922D2A6C5668B8D784AE5AC5A99D40BB3CFD</S>
<S N="Path">qtimageformats-everywhere-src-6.4.3.zip</S>
</Props>
</Obj>
</Objs>
14 changes: 14 additions & 0 deletions deps.qt/checksums/qtmultimedia-everywhere-src-6.4.3.zip.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04">
<Obj RefId="0">
<TN RefId="0">
<T>Microsoft.PowerShell.Commands.FileHashInfo</T>
<T>System.Object</T>
</TN>
<ToString>Microsoft.PowerShell.Commands.FileHashInfo</ToString>
<Props>
<S N="Algorithm">SHA256</S>
<S N="Hash">18ECCC86AD323C815AEFA919D6EBA1AD849C465509B16B4CC304C19E7DD5F293</S>
<S N="Path">qtmultimedia-everywhere-src-6.4.3.zip</S>
</Props>
</Obj>
</Objs>
14 changes: 14 additions & 0 deletions deps.qt/checksums/qtshadertools-everywhere-src-6.4.3.zip.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04">
<Obj RefId="0">
<TN RefId="0">
<T>Microsoft.PowerShell.Commands.FileHashInfo</T>
<T>System.Object</T>
</TN>
<ToString>Microsoft.PowerShell.Commands.FileHashInfo</ToString>
<Props>
<S N="Algorithm">SHA256</S>
<S N="Hash">C0F2057E9490AB5AE690DD5A40F0DBEDD738288B39ABA561E5C0B5DDD95A37B6</S>
<S N="Path">qtshadertools-everywhere-src-6.4.3.zip</S>
</Props>
</Obj>
</Objs>
14 changes: 14 additions & 0 deletions deps.qt/checksums/qtsvg-everywhere-src-6.4.3.zip.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04">
<Obj RefId="0">
<TN RefId="0">
<T>Microsoft.PowerShell.Commands.FileHashInfo</T>
<T>System.Object</T>
</TN>
<ToString>Microsoft.PowerShell.Commands.FileHashInfo</ToString>
<Props>
<S N="Algorithm">SHA256</S>
<S N="Hash">EFFB768373F903BB2A987F792624F616310692B8C1E76C7BE0ADA95D0C66BA32</S>
<S N="Path">qtsvg-everywhere-src-6.4.3.zip</S>
</Props>
</Obj>
</Objs>
Loading

0 comments on commit 831e945

Please sign in to comment.