Update to Qt 6.9 (#3934)

This commit is contained in:
Seth Flynn 2025-07-07 20:18:34 -04:00 committed by GitHub
commit 822b10e46e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ inputs:
qt-version: qt-version:
description: Version of Qt to use description: Version of Qt to use
required: true required: true
default: 6.8.1 default: 6.9.1
outputs: outputs:
build-type: build-type:

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.15) # minimum version required by QuaZip cmake_minimum_required(VERSION 3.22) # minimum version required by Qt
project(Launcher) project(Launcher)