diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 89160f4..43c7bb1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,7 +43,7 @@ jobs: with: version: "6.6.*" cache: true - modules: 'qtwebengine qtwebview qtwebsockets qtshadertools qtwebchannel' + modules: 'qtshadertools' - name: Set reusable strings id: strings diff --git a/CMakeLists.txt b/CMakeLists.txt index beb69bc..77a6792 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,6 @@ find_package(Qt6 ${QT_MIN_VERSION} REQUIRED COMPONENTS Widgets Network QuickControls2 - WebView Concurrent Test) if (BUILD_WEBVIEW)