From 3da2074d9d7cd86e56d0f24825623996213abef4 Mon Sep 17 00:00:00 2001 From: Jon Beniston Date: Sat, 9 Nov 2024 21:50:13 +0000 Subject: [PATCH] Add qtwebchannel needed by qtwebengine. --- .github/workflows/sdrangel.yml | 2 +- .github/workflows/windows.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sdrangel.yml b/.github/workflows/sdrangel.yml index 5b75e154f..d2557c7a4 100644 --- a/.github/workflows/sdrangel.yml +++ b/.github/workflows/sdrangel.yml @@ -75,7 +75,7 @@ jobs: dir: ${{matrix.config.QT_INST_DIR}} arch: ${{matrix.config.QT_ARCH}} setup-python: false - modules: 'qtcharts qtscxml qt5compat qtlocation qtmultimedia qtpositioning qtserialport qtspeech qtwebsockets qtwebengine qtshadertools' + modules: 'qtcharts qtscxml qt5compat qtlocation qtmultimedia qtpositioning qtserialport qtspeech qtwebsockets qtwebengine qtshadertools qtwebchannel' - name: build sdrangel on Windows if: startsWith(matrix.config.os, 'windows') run: | diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index d29e89260..00ab770d4 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -72,7 +72,7 @@ jobs: dir: ${{matrix.config.QT_INST_DIR}} arch: ${{matrix.config.QT_ARCH}} setup-python: false - modules: 'qtcharts qtscxml qt5compat qtlocation qtmultimedia qtpositioning qtserialport qtspeech qtwebsockets qtwebengine qtshadertools' + modules: 'qtcharts qtscxml qt5compat qtlocation qtmultimedia qtpositioning qtserialport qtspeech qtwebsockets qtwebengine qtshadertools qtwebchannel' - name: build sdrangel on Windows if: startsWith(matrix.config.os, 'windows') run: |