feat: Qt 6.10.1 outside macOS
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
This commit is contained in:
@@ -21,7 +21,6 @@ inputs:
|
|||||||
qt-version:
|
qt-version:
|
||||||
description: Version of Qt to use
|
description: Version of Qt to use
|
||||||
required: true
|
required: true
|
||||||
default: 6.9.3
|
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
build-type:
|
build-type:
|
||||||
@@ -78,6 +77,5 @@ runs:
|
|||||||
with:
|
with:
|
||||||
aqtversion: "==3.1.*"
|
aqtversion: "==3.1.*"
|
||||||
version: ${{ inputs.qt-version }}
|
version: ${{ inputs.qt-version }}
|
||||||
arch: ${{ inputs.qt-architecture }}
|
|
||||||
modules: qtimageformats qtnetworkauth
|
modules: qtimageformats qtnetworkauth
|
||||||
cache: ${{ inputs.build-type == 'Debug' }}
|
cache: ${{ inputs.build-type == 'Debug' }}
|
||||||
|
|||||||
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -86,6 +86,7 @@ jobs:
|
|||||||
- os: ubuntu-22.04
|
- os: ubuntu-22.04
|
||||||
artifact-name: Linux
|
artifact-name: Linux
|
||||||
cmake-preset: linux
|
cmake-preset: linux
|
||||||
|
qt-version: 6.10.1
|
||||||
|
|
||||||
# NOTE(@getchoo): Yes, we're intentionally using 24.04 here!!!
|
# NOTE(@getchoo): Yes, we're intentionally using 24.04 here!!!
|
||||||
#
|
#
|
||||||
@@ -94,6 +95,7 @@ jobs:
|
|||||||
- os: ubuntu-24.04-arm
|
- os: ubuntu-24.04-arm
|
||||||
artifact-name: Linux-aarch64
|
artifact-name: Linux-aarch64
|
||||||
cmake-preset: linux
|
cmake-preset: linux
|
||||||
|
qt-version: 6.10.1
|
||||||
|
|
||||||
- os: windows-2022
|
- os: windows-2022
|
||||||
artifact-name: Windows-MinGW-w64
|
artifact-name: Windows-MinGW-w64
|
||||||
@@ -112,16 +114,19 @@ jobs:
|
|||||||
cmake-preset: windows_msvc
|
cmake-preset: windows_msvc
|
||||||
# TODO(@getchoo): This is the default in setup-dependencies/windows. Why isn't it working?!?!
|
# TODO(@getchoo): This is the default in setup-dependencies/windows. Why isn't it working?!?!
|
||||||
vcvars-arch: amd64
|
vcvars-arch: amd64
|
||||||
|
qt-version: 6.10.1
|
||||||
|
|
||||||
- os: windows-11-arm
|
- os: windows-11-arm
|
||||||
artifact-name: Windows-MSVC-arm64
|
artifact-name: Windows-MSVC-arm64
|
||||||
cmake-preset: windows_msvc
|
cmake-preset: windows_msvc
|
||||||
vcvars-arch: arm64
|
vcvars-arch: arm64
|
||||||
|
qt-version: 6.10.1
|
||||||
|
|
||||||
- os: macos-26
|
- os: macos-26
|
||||||
artifact-name: macOS
|
artifact-name: macOS
|
||||||
cmake-preset: macos_universal
|
cmake-preset: macos_universal
|
||||||
macosx-deployment-target: 12.0
|
macosx-deployment-target: 12.0
|
||||||
|
qt-version: 6.9.3
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
@@ -155,7 +160,7 @@ jobs:
|
|||||||
artifact-name: ${{ matrix.artifact-name }}
|
artifact-name: ${{ matrix.artifact-name }}
|
||||||
msystem: ${{ matrix.msystem }}
|
msystem: ${{ matrix.msystem }}
|
||||||
vcvars-arch: ${{ matrix.vcvars-arch }}
|
vcvars-arch: ${{ matrix.vcvars-arch }}
|
||||||
qt-architecture: ${{ matrix.qt-architecture }}
|
qt-version: ${{ matrix.qt-version }}
|
||||||
|
|
||||||
##
|
##
|
||||||
# BUILD
|
# BUILD
|
||||||
|
|||||||
1
.github/workflows/codeql.yml
vendored
1
.github/workflows/codeql.yml
vendored
@@ -79,6 +79,7 @@ jobs:
|
|||||||
uses: ./.github/actions/setup-dependencies
|
uses: ./.github/actions/setup-dependencies
|
||||||
with:
|
with:
|
||||||
build-type: Debug
|
build-type: Debug
|
||||||
|
qt-version: 6.10.1
|
||||||
|
|
||||||
- name: Configure and Build
|
- name: Configure and Build
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user