Skip to content

Commit

Permalink
deps.qt: Add qtcharts
Browse files Browse the repository at this point in the history
This enables building of qtcharts.

Signed-off-by: pkv <pkv@obsproject.com>
  • Loading branch information
pkviet committed Sep 1, 2023
1 parent ace0d9f commit 266958d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
775af7be019cca698b27e5acffbc2def8f7a5b8f06f5c6db2a7015d578a6ad2d qtcharts-everywhere-src-6.5.2.tar.xz
14 changes: 14 additions & 0 deletions deps.qt/checksums/qtcharts-everywhere-src-6.5.2.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">781038eb996ee4bc98eba47ed2c40b5c3237d4ddb6125d19db46a490a47fdbd8</S>
<S N="Path">qtcharts-everywhere-src-6.5.2.zip</S>
</Props>
</Obj>
</Objs>
1 change: 1 addition & 0 deletions deps.qt/qt6.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ param(

$QtComponents = @(
'qtbase'
'qtcharts'
'qtimageformats'
'qtshadertools'
'qtmultimedia'
Expand Down
1 change: 1 addition & 0 deletions deps.qt/qt6.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ local hash="${0:a:h}/checksums"

local -a qt_components=(
'qtbase'
'qtcharts'
'qtimageformats'
'qtshadertools'
'qtmultimedia'
Expand Down

0 comments on commit 266958d

Please sign in to comment.