QtQml (lrelease dependency) is part of qtdeclarative

See https://github.com/qt/qtdeclarative

Check if this module can be installed individually (without installing the full archive)

+Check linking
+Do not add qtdeclarative for win and macos 15 + debug
This commit is contained in:
tooomm 2026-08-22 12:31:07 +02:00 committed by GitHub
parent 65dcb1d501
commit 03c22573ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -273,7 +273,7 @@ jobs:
package_suffix: "-macOS13_Intel"
# Read https://aqtinstall.readthedocs.io/en/latest/getting_started.html#installing-a-subset-of-qt-archives-advanced
# and check https://ddalcino.github.io/aqt-list-server/
qt_archives: qtbase qtsvg qttools qttranslations
qt_archives: qtbase qtdeclarative qtsvg qttools qttranslations
qt_modules: qtimageformats qtmultimedia qtwebsockets
qt_version: 6.11.1
soc: Intel
@ -292,7 +292,7 @@ jobs:
package_suffix: "-macOS14"
# Read https://aqtinstall.readthedocs.io/en/latest/getting_started.html#installing-a-subset-of-qt-archives-advanced
# and check https://ddalcino.github.io/aqt-list-server/
qt_archives: qtbase qtsvg qttools qttranslations
qt_archives: qtbase qtdeclarative qtsvg qttools qttranslations
qt_modules: qtimageformats qtmultimedia qtwebsockets
qt_version: 6.11.1
soc: Apple
@ -457,6 +457,11 @@ jobs:
key: thin-qt-macos-${{ matrix.soc }}-${{ steps.resolve_qt_version.outputs.version }}
path: ${{ github.workspace }}/Qt
- name: "[macOS] Check lrelease dependencies"
if: matrix.os == 'macOS'
shell: bash
run: otool -L ${{ github.workspace }}/Qt/${{ steps.resolve_qt_version.outputs.version }}/macos/bin/lrelease
- name: "[Windows] Install Qt ${{ matrix.qt_version }}"
if: matrix.os == 'Windows'
uses: jurplel/install-qt-action@v4