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 Mar 23, 2024
1 parent dc4944c commit 84844f9
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 @@
b1486262ee07b4420b8cdd1525c01800186b15d4fee0669cf544fdd5e941f5f4 qtcharts-everywhere-src-6.6.2.tar.xz
14 changes: 14 additions & 0 deletions deps.qt/checksums/qtcharts-everywhere-src-6.6.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">d77468e29af64aa6e6a52cd0aead7b4571096c4318199643e47a26da86c4b228</S>
<S N="Path">qtcharts-everywhere-src-6.6.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 @@ -12,6 +12,7 @@ local -a patches=(

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

0 comments on commit 84844f9

Please sign in to comment.