mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-24 10:23:02 -07:00
qtdeclarative only needed on mac (lrelease linked against qtqml)
This commit is contained in:
parent
03c22573ef
commit
cca639fb4c
1 changed files with 2 additions and 11 deletions
13
.github/workflows/desktop-build.yml
vendored
13
.github/workflows/desktop-build.yml
vendored
|
|
@ -310,7 +310,7 @@ jobs:
|
||||||
package_suffix: "-macOS15"
|
package_suffix: "-macOS15"
|
||||||
# Read https://aqtinstall.readthedocs.io/en/latest/getting_started.html#installing-a-subset-of-qt-archives-advanced
|
# 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/
|
# 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_modules: qtimageformats qtmultimedia qtwebsockets
|
||||||
qt_version: 6.11.1
|
qt_version: 6.11.1
|
||||||
soc: Apple
|
soc: Apple
|
||||||
|
|
@ -326,7 +326,7 @@ jobs:
|
||||||
cmake_generator: Ninja
|
cmake_generator: Ninja
|
||||||
# Read https://aqtinstall.readthedocs.io/en/latest/getting_started.html#installing-a-subset-of-qt-archives-advanced
|
# 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/
|
# 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_modules: qtimageformats qtmultimedia qtwebsockets
|
||||||
qt_version: 6.11.1
|
qt_version: 6.11.1
|
||||||
soc: Apple
|
soc: Apple
|
||||||
|
|
@ -407,15 +407,6 @@ jobs:
|
||||||
echo "Archives (Windows):"
|
echo "Archives (Windows):"
|
||||||
aqt list-qt windows desktop --archives 6.10.3 win64_msvc2022_64
|
aqt list-qt windows desktop --archives 6.10.3 win64_msvc2022_64
|
||||||
|
|
||||||
- name: "List available Qt modules (aqtinstall)"
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
echo "Modules (Mac):"
|
|
||||||
aqt list-qt mac desktop --modules ${{ steps.resolve_qt_version.outputs.version }} clang_64
|
|
||||||
echo ""
|
|
||||||
echo "Modules (Windows):"
|
|
||||||
aqt list-qt windows desktop --modules 6.10.3 win64_msvc2022_64
|
|
||||||
|
|
||||||
- name: "List avaialble Qt tools (aqtinstall)"
|
- name: "List avaialble Qt tools (aqtinstall)"
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue