Skip to content

Commit

Permalink
deps.qt: Add qtcharts and its dependencies
Browse files Browse the repository at this point in the history
This enables building of qtcharts (as well as qtopengl, qtopenglwidgets)
on which it depends.

Signed-off-by: pkv <[email protected]>
  • Loading branch information
pkviet committed Jun 26, 2023
1 parent d86fb6f commit ab36763
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 @@
4a61e4f5ffb55df69fc58f88255aabca44fb51935b180c03ab81e098d437c346 qtcharts-everywhere-src-6.4.3.tar.xz
14 changes: 14 additions & 0 deletions deps.qt/checksums/qtcharts-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">2bce1e8abd690037a46f75f8ac9415a38019686360d32039d1c4d3be2c73645a</S>
<S N="Path">qtcharts-everywhere-src-6.4.3.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 @@ -12,6 +12,7 @@ $QtComponents = @(
'qtshadertools'
'qtmultimedia'
'qtsvg'
'qtcharts'
)

$Directory = 'qt6'
Expand Down
1 change: 1 addition & 0 deletions deps.qt/qt6.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ local -a qt_components=(
'qtshadertools'
'qtmultimedia'
'qtsvg'
'qtcharts'
)

local dir='qt6'
Expand Down

0 comments on commit ab36763

Please sign in to comment.