From b400a847b237f07267cfd1a652747c72f7375eb3 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Fri, 26 Apr 2024 14:57:06 -0400 Subject: [PATCH] Remove QtWebView & friends from the CI --- .github/workflows/main.yml | 2 +- CMakeLists.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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)