Update to Qt 6.9 (#3934)
This commit is contained in:
commit
822b10e46e
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
|
|
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue