mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-08-06 15:52:28 -04:00
Install Qt 6
This commit is contained in:
parent
fceee07486
commit
46e8688de2
8
.github/workflows/mac.yml
vendored
8
.github/workflows/mac.yml
vendored
@ -15,6 +15,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
- name: Install Qt
|
||||||
|
uses: jurplel/install-qt-action@v4
|
||||||
|
with:
|
||||||
|
version: '6.7.3'
|
||||||
|
host: 'mac'
|
||||||
|
arch: 'clang_64'
|
||||||
|
setup-python: false
|
||||||
|
modules: 'qtcharts qtscxml qt5compat qtlocation qtmultimedia qtpositioning qtserialport qtspeech qtwebsockets qtwebengine qtshadertools'
|
||||||
- name: Configure SDRangel
|
- name: Configure SDRangel
|
||||||
run: |
|
run: |
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user