-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This enables building of qtcharts. Signed-off-by: pkv <pkv@obsproject.com>
- Loading branch information
Showing
4 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1156caa94526b7e1bc30da800a7503d19744b10afc7c1f702da6dedfaa2a31b6 qtcharts-everywhere-src-6.6.1.tar.xz |
14 changes: 14 additions & 0 deletions
14
deps.qt/checksums/qtcharts-everywhere-src-6.6.1.zip.sha256
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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">6038499b14cf22050e333a7718567cea5b4fab5d64190237a497c4ef545deb0f</S> | ||
<S N="Path">qtcharts-everywhere-src-6.6.1.zip</S> | ||
</Props> | ||
</Obj> | ||
</Objs> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ param( | |
|
||
$QtComponents = @( | ||
'qtbase' | ||
'qtcharts' | ||
'qtimageformats' | ||
'qtshadertools' | ||
'qtmultimedia' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters