mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-21 17:15:09 -07:00
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:
parent
65dcb1d501
commit
03c22573ef
1 changed files with 7 additions and 2 deletions
9
.github/workflows/desktop-build.yml
vendored
9
.github/workflows/desktop-build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue