From e3af72febb61a3eb2bb1236a4298f67693fc66d7 Mon Sep 17 00:00:00 2001 From: Jon Beniston Date: Sun, 20 Oct 2024 10:51:07 +0100 Subject: [PATCH] Add qtwebview - Is this the only way to include web engine? --- .github/workflows/sdrangel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sdrangel.yml b/.github/workflows/sdrangel.yml index 21de04966..53456a73a 100644 --- a/.github/workflows/sdrangel.yml +++ b/.github/workflows/sdrangel.yml @@ -76,7 +76,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' + modules: 'qtcharts qtscxml qt5compat qtlocation qtmultimedia qtpositioning qtserialport qtspeech qtwebsockets qtwebview' - name: build sdrangel on Windows if: startsWith(matrix.config.os, 'windows') run: |