Skip to content

Commit 790938d

Browse files
committed
deps.qt: Add qtcharts
This enables building of qtcharts. Signed-off-by: pkv <pkv@obsproject.com>
1 parent 2a08bc9 commit 790938d

4 files changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
34aa5f5a48bb7481c9bd62172696831c73c2cef327aa6b871b1861693b3e0914 qtcharts-everywhere-src-6.8.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">aaf40d44eb54ea8b349f6e409f9c4ebabdcabcacce1f4045a01133b17f92117e</S>
11+
<S N="Path">qtcharts-everywhere-src-6.8.3.zip</S>
12+
</Props>
13+
</Obj>
14+
</Objs>

deps.qt/qt6.ps1

Lines changed: 4 additions & 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'
@@ -110,6 +111,9 @@ function Configure {
110111
'-DFEATURE_system_zlib:BOOL=OFF'
111112
'-DFEATURE_testlib:BOOL=OFF'
112113
'-DFEATURE_windeployqt:BOOL=OFF'
114+
'-DINPUT_opengl=no'
115+
'-DFEATURE_opengl:BOOL=OFF'
116+
'-DQT_NO_OPENGL:BOOL=ON'
113117
'-DINPUT_openssl:STRING=no'
114118
'-DQT_BUILD_BENCHMARKS:BOOL=OFF'
115119
'-DQT_BUILD_EXAMPLES:BOOL=OFF'

deps.qt/qt6.zsh

Lines changed: 4 additions & 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'
@@ -131,6 +132,9 @@ config() {
131132
-DFEATURE_system_zlib:BOOL=ON
132133
-DFEATURE_testlib:BOOL=OFF
133134
-DFEATURE_windeployqt:BOOL=OFF
135+
-DINPUT_opengl=no
136+
-DFEATURE_opengl:BOOL=OFF
137+
-DQT_NO_OPENGL:BOOL=ON
134138
-DINPUT_openssl:STRING=no
135139
-DQT_BUILD_BENCHMARKS:BOOL=OFF
136140
-DQT_BUILD_EXAMPLES:BOOL=OFF

0 commit comments

Comments
 (0)