Skip to content

Migrate to Qt6 (v6.8.0) #47

Migrate to Qt6 (v6.8.0)

Migrate to Qt6 (v6.8.0) #47

Workflow file for this run

name: Windows
on:
push:
branches:
- master
- dev
pull_request:
branches:
- master
- dev
jobs:
build:
runs-on: windows-latest
steps:
- name: Check Out
uses: actions/checkout@v4
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
aqtversion: "==3.1.*"
version: "6.8.0"
host: windows
target: desktop
arch: win64_msvc2022_64
- name: Configure CMake
run: cmake --preset windows
- name: Build the library.
run: cmake --build --preset windows
- name: Build the Sandbox app.
run: cmake --build --preset windows-sandbox