Skip to content

Commit 5327d4d

Browse files
committed
Bump minimum Qt version to 6.9
Supposedly someone else had trouble with 6.8, see #24. We build on the CI with 6.10 anyway.
1 parent b56f821 commit 5327d4d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

BUILDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ When it's complete, a file called `novus.flatpak` will appear in the repository
2222
* [Linux](https://kernel.org/) or Windows
2323
* macOS may work but is currently unsupported. Patches are accepted to fix any problems with macOS builds though.
2424
* [CMake](https://cmake.org) 3.25 or later
25-
* [Qt](https://www.qt.io/) 6.6 or later
25+
* [Qt](https://www.qt.io/) 6.9 or later
2626
* [KDE Frameworks](https://develop.kde.org/products/frameworks/) 6
2727
* [Rust](https://www.rust-lang.org/)
2828
* [Corrosion](https://github.com/corrosion-rs/corrosion)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ option(BUILD_FLATPAK "Build for Flatpak." OFF)
1010
set(CMAKE_CXX_STANDARD 20)
1111
set(CMAKE_CXX_STANDARD_REQUIRED ON)
1212

13-
set(QT_MIN_VERSION 6.8)
13+
set(QT_MIN_VERSION 6.9)
1414
set(KF_MIN_VERSION 6.8)
1515

1616
find_package(ECM ${KF_MIN_VERSION} REQUIRED NO_MODULE)

0 commit comments

Comments
 (0)