ci: drop modules:'qtquickcontrols2' (rolled into base Qt 6)
Some checks failed
CI / Quality (push) Failing after 3m40s
Release / Linux AppImage (push) Has been cancelled

aqt's "modules" list is for *additional* modules beyond the base Qt
install (qt5compat, qtcharts, qtmultimedia, qtwebsockets, etc.).
QtQuick.Controls 2 was a separately-shipped Qt 5 module, but in Qt
6.0+ it was folded into qtdeclarative — part of every base install.

aqt 3.3 rejects the obsolete name with:
  ERROR: The packages ['qtquickcontrols2'] were not found while
         parsing XML of package information!

Project's CMakeLists request `Core Gui Quick QuickControls2 Network
Qml` — all in base Qt 6.5. No `modules:` line needed.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-03 10:08:43 +02:00
parent badb5056c9
commit 6c1a3364c4
2 changed files with 0 additions and 2 deletions

View File

@@ -54,7 +54,6 @@ jobs:
uses: jurplel/install-qt-action@v4 uses: jurplel/install-qt-action@v4
with: with:
version: '6.5.*' version: '6.5.*'
modules: 'qtquickcontrols2'
dir: ${{ github.workspace }}/qt dir: ${{ github.workspace }}/qt
cache: true cache: true
setup-python: false setup-python: false

View File

@@ -37,7 +37,6 @@ jobs:
uses: jurplel/install-qt-action@v4 uses: jurplel/install-qt-action@v4
with: with:
version: '6.5.*' version: '6.5.*'
modules: 'qtquickcontrols2'
dir: ${{ github.workspace }}/qt dir: ${{ github.workspace }}/qt
cache: true cache: true
setup-python: false setup-python: false