Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
34aa5f5a48bb7481c9bd62172696831c73c2cef327aa6b871b1861693b3e0914 qtcharts-everywhere-src-6.8.3.tar.xz
14 changes: 14 additions & 0 deletions deps.qt/checksums/qtcharts-everywhere-src-6.8.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">aaf40d44eb54ea8b349f6e409f9c4ebabdcabcacce1f4045a01133b17f92117e</S>
<S N="Path">qtcharts-everywhere-src-6.8.3.zip</S>
</Props>
</Obj>
</Objs>
2 changes: 2 additions & 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 Expand Up @@ -110,6 +111,7 @@ function Configure {
'-DFEATURE_system_zlib:BOOL=OFF'
'-DFEATURE_testlib:BOOL=OFF'
'-DFEATURE_windeployqt:BOOL=OFF'
'-DINPUT_opengl:STRING=no'
'-DINPUT_openssl:STRING=no'
'-DQT_BUILD_BENCHMARKS:BOOL=OFF'
'-DQT_BUILD_EXAMPLES:BOOL=OFF'
Expand Down
2 changes: 2 additions & 0 deletions deps.qt/qt6.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ local -a patches=(

local -a qt_components=(
'qtbase'
'qtcharts'
'qtimageformats'
'qtshadertools'
'qtmultimedia'
Expand Down Expand Up @@ -131,6 +132,7 @@ config() {
-DFEATURE_system_zlib:BOOL=ON
-DFEATURE_testlib:BOOL=OFF
-DFEATURE_windeployqt:BOOL=OFF
-DINPUT_opengl:STRING=no
-DINPUT_openssl:STRING=no
-DQT_BUILD_BENCHMARKS:BOOL=OFF
-DQT_BUILD_EXAMPLES:BOOL=OFF
Expand Down