Skip to content

Commit ff391d3

Browse files
committed
deps.qt: Add qtcharts and its dependencies
This enables building of qtcharts (as well as qtopengl, qtopenglwidgets) on which it depends. Signed-off-by: pkv <pkv@obsproject.com>
1 parent ba195a1 commit ff391d3

4 files changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
4a61e4f5ffb55df69fc58f88255aabca44fb51935b180c03ab81e098d437c346 qtcharts-everywhere-src-6.4.3.tar.xz
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04">
2+
<Obj RefId="0">
3+
<TN RefId="0">
4+
<T>Microsoft.PowerShell.Commands.FileHashInfo</T>
5+
<T>System.Object</T>
6+
</TN>
7+
<ToString>Microsoft.PowerShell.Commands.FileHashInfo</ToString>
8+
<Props>
9+
<S N="Algorithm">SHA256</S>
10+
<S N="Hash">2bce1e8abd690037a46f75f8ac9415a38019686360d32039d1c4d3be2c73645a</S>
11+
<S N="Path">qtcharts-everywhere-src-6.4.3.zip</S>
12+
</Props>
13+
</Obj>
14+
</Objs>

deps.qt/qt6.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ param(
88

99
$QtComponents = @(
1010
'qtbase'
11+
'qtcharts'
1112
'qtimageformats'
1213
'qtshadertools'
1314
'qtmultimedia'

deps.qt/qt6.zsh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ local -a patches=(
1414

1515
local -a qt_components=(
1616
'qtbase'
17+
'qtcharts'
1718
'qtimageformats'
1819
'qtshadertools'
1920
'qtmultimedia'

0 commit comments

Comments
 (0)