We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e4372 commit 028db4bCopy full SHA for 028db4b
CHANGELOG
@@ -1,3 +1,7 @@
1
+2.8.0 / 2024-04-17
2
+==================
3
+ * Ported to Qt6.
4
+
5
2.7.0 / 2023-11-05
6
==================
7
* Ported deprecated KWindowSystem methods.
CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR)
+cmake_minimum_required(VERSION 3.18.0 FATAL_ERROR)
# CMP0000: Call the cmake_minimum_required() command at the beginning of the top-level
# CMakeLists.txt file even before calling the project() command.
# The cmake_minimum_required(VERSION) command implicitly invokes the cmake_policy(VERSION)
0 commit comments